Arch Linux Is the Latest Distro Replacing Redis with Valkey (phoronix.com)
- Reference: 0177064023
- News link: https://news.slashdot.org/story/25/04/19/0413205/arch-linux-is-the-latest-distro-replacing-redis-with-valkey
- Source link: https://www.phoronix.com/news/Arch-Linux-Going-Valkey
Valkey is backed by the Linux Foundation, Google, Amazon Web Services, and Oracle, which the article points out is due to Redis's decision last year to shift the upstream Redis license from a BSD 3-clause to RSALv2 and SSPLv1.
> Valkey is replacing Redis in the Arch Linux extra repository and after a two week period the Redis package will be moved out to AUR and receive no further updates. Users are [2]encouraged to migrate to Valkey as soon as possible.
[1] https://www.phoronix.com/news/Arch-Linux-Going-Valkey
[2] https://lists.archlinux.org/archives/list/arch-announce@lists.archlinux.org/thread/3XYVFXCBFJPEMLAOAGPRUPLJX7UQ3QB4/
Meanwhile, (Score:2)
Debian has both Valley and Redis.
Re: Meanwhile, (Score:2)
It's Valkey, fucking phone spellchecker.
Re: (Score:2)
Oh, I thought you had been thinking Valley Girls:
[1]https://www.youtube.com/watch?... [youtube.com]
[1] https://www.youtube.com/watch?v=R5Q1yVLSR3I
QUICK TLDR SUMMARY (Score:2)
This is all TL;DR so if I'm short and you miss something feel free to blame me.
There are different types of databases. Popular in 2024 was Maria (SQL, FOSS fork of MySQL, competitor to Postgres aka PGsql, etc.).
Another type is key/value databases. SALARY=40000 RENT=15000 etc. Redis was FOSS but they* changed it. Valkey forked off Redis and they** are FOSS.
E
* The people who controled Redis started with an FOSS license,but changed it. I'm not a lawyer, so let's just go with that.
The FOSS community forked
What's a Redis and why should I care? (Score:1)
All I'm hearing is "Eric replaced a kurklemungeon with a splaggerhump twice a week for five weeks and lost ten pounds."
Breaking news?
Re: What's a Redis and why should I care? (Score:1)
Yeah, the website for the program is not much more illuminating. Evidently it's a sort of database cache which resides in RAM?
Re: What's a Redis and why should I care? (Score:2)
According to Wikipedia: "Redis is the most popular NoSQL database".
Re: (Score:2)
The term of art is "inside baseball."
Re: What's a Redis and why should I care? (Score:2)
Redis is a key value database. On a fundamental level, it allows you to store different types of data under string keys or also timeout the data and capture all events relating to every key. It is very fast and can come together quickly for many powerful things. For example, one could easily create a system of keys that act as a database cache. Want cache data to age out? Just put a timeout on every key. Also redis provides methods to store the memory database state to disk without sacrificing memory
Re: (Score:2)
See also memcached which I believe uses its own internal format.
[1]https://memcached.org/ [memcached.org]
[1] https://memcached.org/
Re: (Score:2)
Made me laugh.
Re: What's a Redis and why should I care? (Score:2)
Let's put it this way. If you're on /. and either don't know what Redis is or can't figure out how to look it up. You probably don't know what Arch Linux is let alone even use Linux and your knowledge of anything technology relate should be called into question.
Re: (Score:2)
At least we know who runs Arch Linux.
Re: (Score:2)
The systemd guy, right?
Re: (Score:2)
It's less about the software and more about the licensing. Going from bsd 3-clause to a custom license package is quite a change.