fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#Valkey

5 posts5 participants0 posts today

Ok so now it seems like Redis is back to the opensource world

After the rug pull took place, I tried limiting my usage of Redis as Valkey, its opensource replacement had some issues with my installation

But now... Should it be the sign to finally try again a Valkey operator and remove all my redis instances ?!

LMAO look who came crawling back, after I already switched to Valkey. There is no way I am switching back, but good for the folks who are still on Redis, and get to live through a seamless transition back to open code.

https://linuxiac.com/welcome-back-to-the-open-source-family-redis/ #Redis #Valkey #FOSS

Welcome Back to the Open-Source Family, Redis
Linuxiac · Welcome Back to the Open-Source Family, RedisRedis in-memory data store returns to its open-source roots by adopting AGPLv3 in Redis 8 to address community concerns.

I'm glad that Redis is open source again, but what prevents them from rug pulling the license in the future again?

At this point it's a better choice to stay with the successful fork developed in an open collaboration under a neutral governance, Valkey.

Looks like Redis is open-source again.

1. DB starts as open-source to get community goodwill and free labor
2. They pull a bait-and-switch, and change their license to a non-open-source one
3. Open-source community instantly creates a fork
4. User base gradually moves to fork
5. Original project becomes less and less relevant
6. They decide to switch back to an open-source license, but now all the users are on open-source forks

Happens every single time.

Continued thread

I should note that although #AGPL is #opensource, it is a different license than the #BSD it had used before, and that means that #Redis can use #Valkey code but Valkey cannot use the new Redis code (under the current licensing). The move seems to be clearly about trying to undermine Valkey, which just speaks to how much ground they have lost to make such a move.

Continued thread

2) valkey/valkey:alpine

I've recently switched from redis to valkey, but they are compatible. I'll use the redis-cli tool to ping the service.

Add the following in the [Container] section of the nextcloud-redis.container:
...
HealthCmd=redis-cli ping || exit 1
HealthStartPeriod=10s
HealthInterval=30s
HealthTimeout=30s
HealthRetries=3
Notify=healthy
...

#podman #nextcloud #quadlets #healthcheck #redis #valkey

redis.io/learn/operate/redis-a

redis.io1.1 The Command Line Tool: Redis-CLIBuild fast apps fast with Redis.