Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Fitzgerald <fitztrev@gmail.com>2019-11-05 17:29:30 +0300
committerTrevor Fitzgerald <fitztrev@gmail.com>2019-11-05 17:29:30 +0300
commit741df6c7b390947c3bfcc90f8ea96757d4044223 (patch)
tree39c06967287c8938e6d87230ff8f7ba83dec07ac /Changelog.md
parent6bdcd6dfbab3f5143e97dc9a0a61295bfe182efc (diff)
Add `--enable-redis-zstd` to install docs
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 0f83a4b0..fad56db3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,7 +13,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
-- Add optional support for Zstd compression, using `--enable-redis-ztsd`.
+- Add optional support for Zstd compression, using `--enable-redis-zstd`.
This requires libzstd version >= 1.3.0
[2abc61da](https://github.com/phpredis/phpredis/commit/2abc61da)
([Remi Collet](https://github.com/remicollet))