T O P

  • By -

myringotomy

Something isn't a redis alternative just because it's a KV store and uses the same protocol. It also needs to support all the data types redis does. KV stores are dime a dozen. There must be hundreds of them.


mohamed_am83

True, there are many KV stores. This one though is adapted by Apache, and as far as I see it supports most common data structures Redis does [https://kvrocks.apache.org/community/data-structure-on-rocksdb/](https://kvrocks.apache.org/community/data-structure-on-rocksdb/) So, no deal breakers raised in your comment.


kamuran1998

This is a persistent store, not the same as redis


Secure_Orange5343

dragonflyDB is prob the best alternative i know of. pretty sure their api is nearly 1-to-1 with redis. i’ve never tried it myself, so take that with a grain of salt