this post was submitted on 03 May 2025
106 points (96.5% liked)

Linux

7586 readers
239 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] carl_dungeon@lemmy.world 5 points 1 month ago (5 children)

Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.

[–] master_of_unlocking@lemmy.world 43 points 1 month ago (1 children)

I think most people switched to Valkey which is a Redis fork:

https://github.com/valkey-io/valkey

[–] carl_dungeon@lemmy.world 6 points 1 month ago

Thanks for the info!!

[–] theotherbelow@lemmynsfw.com 7 points 1 month ago

The forks of proper redis.

[–] carbs@lemmy.world 6 points 1 month ago

I switched to keydb years ago, also a redis fork.

[–] LeFantome@programming.dev 1 points 1 month ago

Valkey is already better

[–] recursive_recursion@lemmy.ca 1 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] chameleon@fedia.io 4 points 1 month ago

It's the usual combination of AGPL + CLA, they're allowed to relicense to any license of their choice at any moment. They've had the CLA in place since the previous SSPL license and the more-previous BSD license naturally allows that kind of stuff.