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-05 07:26:15 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-07-05 07:26:15 +0300
commit905b64191cfbafa7d269c8776372029a002e5cf7 (patch)
tree1e4250afa1010c2b11ef61b686edaba590b5beef /Changelog.md
parent44b276da0a023e3804a310c8b182cdbd197c0b63 (diff)
PING modification isn't breaking after all
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 2cb2a53f..1e907db1 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,7 +16,6 @@ serializers, soft deprecation of non-Redis commands.
- [Nullable xReadGroup COUNT and BLOCK arguments](#brk500-xreadgroup)
- [RedisArray exception now includes host information](#brk500-exception-host)
- [zRange now conforms to zRangeByScore to get scores](#brk500-zrange-withscores)
-- [ping can now take an argument](#brk500-ping-argument)
### Added
- Adds OPT_REPLY_LITERAL for rawCommand and EVAL [5cb30fb2](https://www.github.com/phpredis/phpredis/commit/5cb30fb2)