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:
authorPaweł Niedzielski <pawel.tadeusz.niedzielski@gmail.com>2019-09-16 14:38:35 +0300
committerMichael Grunder <michael.grunder@gmail.com>2019-09-17 08:26:31 +0300
commit92b3f5d7824ddf31c06cd3a785e24b466ea7dc0b (patch)
tree2ec19ce30f306c44c52e6ec440d5966b95a4cab1 /Changelog.md
parentb114fc26f15b7b632300bc2b7e67d846aefa4fe5 (diff)
Explicitly state that ping return type changed
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 ed14c84e..75820f27 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -107,7 +107,7 @@ serializers, soft deprecation of non-Redis commands.
([@remicollet](https://github.com/remicollet))
- Enable connection pooling by default [8206b147](https://www.github.com/phpredis/phpredis/commit/8206b147)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
-- <a id="brk500-ping-argument">Allow PING to take an optional argument [6e494170](https://www.github.com/phpredis/phpredis/commit/6e494170)
+- <a id="brk500-ping-argument">Allow PING to take an optional argument. PING now returns `true` instead of "+PONG" [6e494170](https://www.github.com/phpredis/phpredis/commit/6e494170)
([Michael Grunder](https://github.com/michael-grunder))
- <a id="brk500-zrange-withscores">Allow ZRANGE to be called either with `true` or `['withscores' => true]`
[19f3efcf](https://www.github.com/phpredis/phpredis/commit/19f3efcf) ([Michael Grunder](https://github.com/michael-grunder))