riot icon indicating copy to clipboard operation
riot copied to clipboard

[riot-redis] DS replication and big-keys

Open jruaux opened this issue 3 years ago • 0 comments

For big keys and type-based replication, RIOT Redis should avoid fetching the whole value at once but rather use type-specific iterators (SSCAN for sets, ZSCAN for zsets, HSCAN for hashes, XRANGE for streams, ...)

jruaux avatar Jul 27 '22 23:07 jruaux