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

Feature: Support streaming versions of LSKEYS (and also "LSVALUES" and "LSPAIRS") #18

Open
emchristiansen opened this issue Jan 26, 2023 · 0 comments

Comments

@emchristiansen
Copy link

For DBs with lots of keys, it would be nice to have a way to call LSKEYS and get an async stream instead of a Vec.
It would also be nice to have similar ways to asynchronously list all the values ("LSVALUES") and all the key-value pairs ("LSPAIRS").

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