this post was submitted on 03 May 2025
1 points (100.0% liked)

Linux

14058 readers
353 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

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

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] carl_dungeon@lemmy.world 0 points 1 year 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 1 points 1 year 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 0 points 1 year ago

Thanks for the info!!

The forks of proper redis.

[–] carbs@lemmy.world 0 points 1 year ago

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

[–] LeFantome@programming.dev 0 points 1 year ago

Valkey is already better

[–] recursive_recursion@lemmy.ca 0 points 1 year ago* (last edited 1 year 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 0 points 1 year 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.