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:
authormichael-grunder <michael.grunder@gmail.com>2019-07-31 23:46:38 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-07-31 23:46:38 +0300
commitd310ed7c8d868c31309803328f9ea54fd1a313b0 (patch)
treea57a1a266e57d7c3eb24c34d2cdc7d226a3abdc2 /Changelog.md
parentcf93649ec14d52115082d97436ec9a66e816fdd0 (diff)
Add RedisCluster overallocation fix to changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 3d25aef9..72289133 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,8 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
This requires libzstd version >= 1.3.0
[2abc61da](https://github.com/phpredis/phpredis/commit/2abc61da)
([Remi Collet](https://github.com/remicollet))
+- Fix overallocation in RedisCluster directed node commands [cf93649](https://github.com/phpredis/phpredis/commit/cf93649)
+ (([Michael Grunder](https://github.com/michael-grunder))
---