Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

QUIT documentation is inconsistent with telnet behavior #520

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Hi! The documentation is about 2.2 behavior, 2.0 had a different semantics that 
is now fixed.

Thanks for reporting!

Salvatore

Original comment by anti...@gmail.com on 13 Apr 2011 at 6:20