Hacker News new | ask | show | jobs
by papruapap 568 days ago
Are there many redis drop-ins alternatives?
3 comments

Valkey, dragonfly, kvrocks are all protocol-compatible and mostly drop-in replacements for upstream Redis.

If you want something hosted/managed, there’s Upstash Redis (though I reckon they’ll soon have to change the name of that offering).

Microsoft has also been working on one. https://microsoft.github.io/garnet/
Kvrocks is pretty substantially different, from my understanding. It only shares the protocol.
Valkey is the fork/drop-in replacement from the Linux Foundation.
https://github.com/dragonflydb/dragonfly Is a multi-threaded drop in replacment