-
Bug
-
Resolution: Done
-
Major
-
15.0.1.Final
-
None
resp PING command should return the optional argument if present:
expected:
127.0.0.1:6379> ping hello
"hello"
actual:
127.0.0.1:6379> ping hello
(error) ERR unknown command
- is related to
-
ISPN-16003 Make RESP compliant with phpredis test suite
- New