this post was submitted on 03 May 2025
103 points (97.2% liked)

Linux

7481 readers
224 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
[–] recursive_recursion@lemmy.ca 57 points 4 weeks ago (1 children)

As someone that's a major fan of the AGPL-3.0 license, even I have a hard time believing that this would bring people back to Redis.

It's an upward battle from here on because they were the ones who chose to demolish their customer's trust.

[–] carl_dungeon@lemmy.world 5 points 4 weeks ago (4 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 40 points 4 weeks 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 5 points 4 weeks ago

Thanks for the info!!

[–] carbs@lemmy.world 6 points 4 weeks ago

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

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

[–] LeFantome@programming.dev 1 points 3 weeks ago

Valkey is already better