mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
8cb2d5bd94
This commit is adding support of data compression. LZF was choosen because it small and fast and Redis server uses it. Since [pecl package](https://pecl.php.net/package/lzf) doesn't provide lzf.h file after installing, LZF library was added as submodule. Another algorythms may be easely added by analogy with serializers. TODO: unit-tests for different data types.
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
[submodule "liblzf"]
|
|
path = liblzf
|
|
url = https://github.com/nemequ/liblzf.git
|