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

Console after a while reverts to db 0 #3341

Closed
anoordende opened this issue Apr 18, 2015 · 0 comments
Closed

Console after a while reverts to db 0 #3341

anoordende opened this issue Apr 18, 2015 · 0 comments
Labels
Milestone

Comments

@anoordende
Copy link

After selecting a db with the select command, after a certain idle time (not sure how long exactly), the console, even though still indicating e.g. servername:9 > will internally connect to db 0 and not to the last selected db.

Steps to recreate:

  1. Connect to the console
  2. Make sure keys are stored in e.g. db 9 and db 0
  3. servername:0> select 9
  4. Leave console idle for a reasonable time
  5. servername:9> flushdb

Expected outcome:
db9 is flushed
Actual outcome:
db0 is flushed

@uglide uglide added this to the 0.8.0 milestone Apr 19, 2015
uglide added a commit that referenced this issue Apr 24, 2015
@uglide uglide closed this as completed Apr 24, 2015
@uglide uglide removed the ready label Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants