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

SCAN missing from documentation ? #76

Open
gurugeek opened this issue Dec 8, 2019 · 1 comment
Open

SCAN missing from documentation ? #76

gurugeek opened this issue Dec 8, 2019 · 1 comment

Comments

@gurugeek
Copy link

gurugeek commented Dec 8, 2019

I am trying to retrieve all keys on Redis but I don't see in the API an option to use
SCAN "" nor KEYS *.
I assume that KEYS * is not present for performance issue but scan is pretty much needed to search through records. Perhaps I am missing something ?

@gurugeek
Copy link
Author

gurugeek commented Dec 8, 2019

it seems that the function scan exist but is not documented (https://ibm-swift.github.io/Kitura-redis/Classes/Redis.html) can someone please consider add it as an example in the readme? Examples of edit records and delete would also be necessary to have a complete overview.

@gurugeek gurugeek changed the title SCAN and KEYS missing from API ? SCAN missing from documentation ? Dec 8, 2019
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

1 participant