kvrocks
kvrocks copied to clipboard
[QUESTION]rocksdb is stored in key order, supports range api, redis does not support
rocksdb is stored in key order, supports range api, redis does not support
Kvrocks supports rich Redis data types, some of which support range related APIs, like zrange, lrange etc, which you can find here. Kvrocks implements the above APIs based on the rocksdb range APIs.
Closed as stale. You can ask questions at the Discussions forum.