So after all this time, what is the established Redis alternative? Is is valkey? Keydb? Or something else?
why does there need to be an alternative? is there something wrong or inefficient with it? is it just too old?
My guess is it’s the license change. From Wikipedia:
In 2018, some modules for Redis adopted the SSPL. In 2024, the main Redis code switched to dual-licensed under the Redis Source Available License v2 and the Server Side Public License v1.
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.
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 🤔
@dragnucs Valkey because of corpo funding.
@thatbrickster @opensource Looks pretty well backed. Do Valkey diverge in someway from redis?