File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
14
14
### Added
15
15
16
- - Add optional support for Zstd compression, using ` --enable-redis-ztsd ` .
16
+ - Add optional support for Zstd compression, using ` --enable-redis-zstd ` .
17
17
This requires libzstd version >= 1.3.0
18
18
[ 2abc61da] ( https://github.com/phpredis/phpredis/commit/2abc61da )
19
19
([ Remi Collet] ( https://github.com/remicollet ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ To build this extension for the sources tree:
12
12
13
13
~~~
14
14
phpize
15
- ./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]]
15
+ ./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd]
16
16
make && make install
17
17
~~~
18
18
You can’t perform that action at this time.
0 commit comments