You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I experienced the same problem as stated here:
http://stackoverflow.com/questions/15313672/unable-to-connect-to-redis-server
The INFO command contains unexpected section titles beginning with a #-sign,
see following example:
$ telnet localhost 6379
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
INFO
$1498
# Server
redis_version:2.6.13
...
I provide a patch corresponding to Didier's anwser on stackoverflow.
Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 8:17
Original issue reported on code.google.com by
[email protected]
on 24 Jul 2013 at 8:17Attachments:
The text was updated successfully, but these errors were encountered: