Skip to content

Commit 741df6c

Browse files
committed
Add --enable-redis-zstd to install docs
1 parent 6bdcd6d commit 741df6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1313

1414
### Added
1515

16-
- Add optional support for Zstd compression, using `--enable-redis-ztsd`.
16+
- Add optional support for Zstd compression, using `--enable-redis-zstd`.
1717
This requires libzstd version >= 1.3.0
1818
[2abc61da](https://github.com/phpredis/phpredis/commit/2abc61da)
1919
([Remi Collet](https://github.com/remicollet))

INSTALL.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To build this extension for the sources tree:
1212

1313
~~~
1414
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]
1616
make && make install
1717
~~~
1818

0 commit comments

Comments
 (0)