riot
riot copied to clipboard
[riot-redis] DS replication and big-keys
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, ...)