client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

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

Open emchristiansen opened this issue 2 years ago • 0 comments

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").

emchristiansen avatar Jan 26 '23 15:01 emchristiansen