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

no scan method ? #7

Closed
FlagSystemes opened this issue Mar 30, 2014 · 2 comments
Closed

no scan method ? #7

FlagSystemes opened this issue Mar 30, 2014 · 2 comments

Comments

@FlagSystemes
Copy link

http://redis.io/commands/scan

why ?

@mgravell
Copy link
Collaborator

It is there. It is not a database command: it is a server command (this becomes more important when dealing with clusters), so it is accessed from the GetServer API. The method is Keys(...), and it will select the most appropriate implementation (KEYS vs SCAN) based on your server version.

That do?

@FlagSystemes
Copy link
Author

perfect !!!

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

2 participants