Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Open Source Databases

Arch Linux Is the Latest Distro Replacing Redis with Valkey (phoronix.com) 34

In NoSQL database news, Arch Linux "is the latest Linux distribution replacing its Redis packages with the Valkey fork," reports Phoronix.

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 encouraged to migrate to Valkey as soon as possible.

Arch Linux Is the Latest Distro Replacing Redis with Valkey

Comments Filter:
  • by vbdasc ( 146051 ) on Saturday April 19, 2025 @02:54PM (#65317517)

    Debian has both Valley and Redis.

  • QUICK TLDR SUMMARY (Score:4, Informative)

    by gavron ( 1300111 ) on Saturday April 19, 2025 @03:08PM (#65317553)

    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 Redis to create Valkey, and its license is 100% FOSS, its govening body defined, and while donations are welcomed, it has at least a 12-year funding shelflife.

    If I got anything wrong, it's on me. FOSS ALL THE WAY EVERYDAY DRILL DRILL DRILL INTO A WORM-BRAIN-HEAD BABY!

  • So I will add another. I know WTF Redis is and think very highly of it. But more like, WTF is Valkey and why should I care because I won't ever use it no matter what they do to the distributions. So because I do have the power of Google, unlike a few posters here, "Valkey as a community-led fork of Redis" so what? Another MariaDB which is what led me, happly, to move to Postgres. MySQL being purchased and thrown around like a bitch after that is what ruined it. Does Slashdot not even have techs anymore? I
    • What made you flee to Postgres? The emergence of MariaDB or that MySQL was purchased and thrown around like a bitch?

    • I migrated from Redis to Valkey (on FreeBSD) about 6 months ago.
      As migrations go, it was extremely painless:
      Install Valkey
      Copy the contents of /usr/local/etc/redis.conf to /usr/local/etc/valkey.conf
      Edit /etc/rc.conf to start the valkey service instead of the redis service
      Shut down the redis service and start the valkey service (maybe about a minute of downtime here)
      Uninstall redis

  • ... flat-out amateur and unprofessional. This is a perfect example of why, unlike other software, FOSS isn't a serious operational risk and potential epic waste of time, energy and resources.

    Some storage provider builds a wicked fast and performant DB thing. It's FOSS and quickly becomes an industry standard. 10+ years in they start dicking around with the license and making people fidgety. A handful of people get fed up, fork the FOSS and everyone migrates. Not a single soul has to fear that their operatio

1 Mole = 25 Cagey Bees

Working...