client-rust
client-rust copied to clipboard
Feature: Support streaming versions of LSKEYS (and also "LSVALUES" and "LSPAIRS")
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").