So after all this time, what is the established Redis alternative? Is is valkey? Keydb? Or something else?
You must log in or register to comment.
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.
Great to hear it is a good drop-in replacement
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!