So after all this time, what is the established Redis alternative?
submitted by
So after all this time, what is the established Redis alternative? Is is valkey? Keydb? Or something else?
Jemmy
I use Valkey and even Fedora has it in the repos. No problems so far, even changing Docker compose files to valkey works without issues 😌
Great to hear it is a good drop-in replacement. I've been using KeyDB, but seeing valkey is more actif, I may endup using it too.
Valkey is maintained by the Linux foundation
Based on the last opensource redis 7.2 with many improvements
KeyDB is a project by Snapchat afaik 🤔
DB compatibility breaks at a point though (7.x maybe? Going off fuzzy memory) ... so if you're migrating from that version it's a little less "drop in" and more "oh shoot, this method doesn't work either?!? :'( "
Very happy after the 'migration' though!
why does there need to be an alternative? is there something wrong or inefficient with it? is it just old?
My guess is it's the license change. From Wikipedia:
Valkey appears to be a Redis fork that was triggered by the license change, but since Valkey still uses the original BSD license, I'm not sure I'd favour it over Redis since the latter switched licences specifically to prevent abuse of the BSD license by parties like Amazon.
@eldavi Redis are no longer open source, and it was forked by multiple teams.
For me it’s Keydb. Good backing and dead simple to set up for high availability with master-master replication