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>2020-10-14 17:43:13 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-10-14 17:43:13 +0300
commit39513cab7147ca813762e7da28d001f4c292fe00 (patch)
tree9fdbaa7e95709f0d967af4c82cdcb755ecb93900 /Changelog.md
parent514bc37102c08c1ba7222212b125390f34c35803 (diff)
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index e6e0dbff..5baee155 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,9 +13,13 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [BlueHost](https://bluehost.com)
- [Redis Cache Pro for WordPress](https://wprediscache.com)
- [Avtandil Kikabidze](https://github.com/akalongman)
+- [Oleg Babushkin](https://github.com/olbabushkin)
### Fixed
+- Verify SET options are strings before testing them as strings
+ [514bc371](https://github.com/phpredis/phpredis/commit/514bc37102c08c1ba7222212b125390f34c35803)
+ ([Michael Grunder](https://github.com/michael-grunder))
- Fix cluster segfault when dealing with NULL multi bulk replies in RedisCluster
[950e8de8](https://github.com/phpredis/phpredis/commit/950e8de807ba17ecfff62504a6ee7a959a5df714)
([Michael Grunder](https://github.com/michael-grunder),