In LevelUP
it is very simple to iterate all keys and values using readable stream.
How can I do get all records (both keys and values) from Redis store (may be as ReadStream
)?
May be should I use SCAN command?
In LevelUP
it is very simple to iterate all keys and values using readable stream.
How can I do get all records (both keys and values) from Redis store (may be as ReadStream
)?
May be should I use SCAN command?
There is the
redis-scanstreams
module that does exactly that.