Hi all,
Been poking Redis for fun, and I noticed that QUIT doesn't actually return an
'OK' status code via telnet. This is inconsistent with the posted docs
(http://redis.io/commands/quit).
$ telnet localhost 6379
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
PING
+PONG
QUIT
Connection closed by foreign host.
$
Original issue reported on code.google.com by blin...@gmail.com on 13 Apr 2011 at 3:33
Original issue reported on code.google.com by
blin...@gmail.com
on 13 Apr 2011 at 3:33