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

Can't see any of my keys on the sidebar #3

Closed
pazaricha opened this issue Jan 12, 2016 · 3 comments
Closed

Can't see any of my keys on the sidebar #3

pazaricha opened this issue Jan 12, 2016 · 3 comments

Comments

@pazaricha
Copy link

Hi :)

First of thanks for creating this! I bought it from the Mac App store to support you and the project.

Unforunallty after downloading and installing I can't see any of my keys on the "keys sidebar" not even when I search for "*".

What am I doing wrong here?

screen shot 2016-01-12 at 9 57 53 am

screen shot 2016-01-12 at 11 38 50 am

@luin
Copy link
Owner

luin commented Jan 12, 2016

Thank you for buying Medis! 😆
Medis only supports Redis >= 2.8 version because scan command is introduced since 2.8. scan is very useful to get key list without blocking the server, which is crucial to the production environment. Because the latest stable is 3.0 and 2.6 is a very old version, Medis doesn't support it at this time.

The version is checked here: https://github.com/luin/medis/blob/master/client/actions.js#L78-L86 and it'll show a alter window to notice the version is not supported. That's strange that you didn't see it. I'll definitely look into it.

@pazaricha
Copy link
Author

Thanks!
I upgraded redis and it indeed solved ths issue.

💯

@shiny
Copy link

shiny commented Jan 13, 2016

@luin Suggest to update README.md for the condition Redis >= 2.8

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

No branches or pull requests

3 participants