You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
The text was updated successfully, but these errors were encountered:
For DBs with lots of keys, it would be nice to have a way to call
LSKEYS
and get an async stream instead of aVec
.It would also be nice to have similar ways to asynchronously list all the values ("
LSVALUES
") and all the key-value pairs ("LSPAIRS
").The text was updated successfully, but these errors were encountered: