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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-12-07 22:54:45 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-12-07 22:54:45 +0300
commit3d83157699947df2038954aca4c56e358da959ce (patch)
treefa475abb3f601b1dd7a12d88c0428d9ec0026e36 /Changelog.md
parenta5f95925ccd79963025e8b2d0673199822e6b3fc (diff)
Update changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index be1d6a02..4659a1a5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,10 +9,14 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
-- Use PING to check liveness of connection
+- Use ECHO to check liveness of connection
[99ebd0cc](https://github.com/phpredis/phpredis/commit/99ebd0cc),
- [3243f426](https://github.com/phpredis/phpredis/commit/3243f426)
+ [3243f426](https://github.com/phpredis/phpredis/commit/3243f426),
+ [a5f95925](https://github.com/phpredis/phpredis/commit/a5f95925)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko), [Michael Grunder](https://github.com/michael-grunder))
+- Enable slot caching for session cluster
+ [23b1a9d8](https://github.com/phpredis/phpredis/commit/23b1a9d84)
+ ([Michael03](https://github.com/Michael03))
---