Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 2 months agoGood News! Redis is Open Source Again 🕺news.itsfoss.comexternal-linkmessage-square12fedilinkarrow-up164arrow-down14
arrow-up160arrow-down1external-linkGood News! Redis is Open Source Again 🕺news.itsfoss.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 2 months agomessage-square12fedilink
minus-squarecarl_dungeon@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoSerious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
minus-squaremaster_of_unlocking@lemmy.worldlinkfedilinkarrow-up30·2 months agoI think most people switched to Valkey which is a Redis fork: https://github.com/valkey-io/valkey
minus-squaretheotherbelow@lemmynsfw.comlinkfedilinkEnglisharrow-up6·2 months agoThe forks of proper redis.
minus-squarecarbs@lemmy.worldlinkfedilinkEnglisharrow-up5·2 months agoI switched to keydb years ago, also a redis fork.
minus-squarerecursive_recursion they/them@lemmy.calinkfedilinkEnglisharrow-up1·edit-22 months agoI don’t use Redis or any alternative to be honest. If I were pressed to choose; I’d honestly consider choosing Redis as the new AGPL-3.0 license is actually impossible to revert if development continues.
Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
I think most people switched to Valkey which is a Redis fork:
https://github.com/valkey-io/valkey
Thanks for the info!!
The forks of proper redis.
I switched to keydb years ago, also a redis fork.
I don’t use Redis or any alternative to be honest.
If I were pressed to choose; I’d honestly consider choosing Redis as the new AGPL-3.0 license is actually impossible to revert if development continues.
Valkey is already better