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

redis-cli prompt bug fix #887

Merged
merged 1 commit into from Jan 19, 2013
Merged

Conversation

charsyam
Copy link
Contributor

after failing connect to server through redis-cli

and try to redis server using "redis-server"

It couldn't update the redis-cli prompt

before:

charsyam@ubuntu:~/projects/redis-charsyam/src$ redis-cli -p 3000
Could not connect to Redis at 127.0.0.1:3000: Connection refused
not connected> connect 127.0.0.1 6379
redis 127.0.0.1:3000> <-- it isn't updated.

applying this patch.

charsyam@ubuntu:~/projects/redis-charsyam/src$ ./redis-cli -p 3000
Could not connect to Redis at 127.0.0.1:3000: Connection refused
not connected> connect 127.0.0.1 6379
redis 127.0.0.1:6379>

It is updated well.

antirez added a commit that referenced this pull request Jan 19, 2013
@antirez antirez merged commit 61dfc2e into redis:unstable Jan 19, 2013
@antirez
Copy link
Contributor

antirez commented Jan 19, 2013

Thanks, merged.

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

Successfully merging this pull request may close these issues.

None yet

2 participants