Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

credis_connect() unable to connect to redis #52

Open
GoogleCodeExporter opened this issue Nov 3, 2015 · 1 comment
Open

credis_connect() unable to connect to redis #52

GoogleCodeExporter opened this issue Nov 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

forgot to mention: I'm using credis-0.2.3. redis version is 2.6.13

Original comment by [email protected] on 24 Jul 2013 at 8:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant