home.social

#valkey — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #valkey, aggregated by home.social.

fetched live
  1. Off to in Vancouver! I loved going to the first one a few years ago, so excited to return.

    If you’re into or databases in general, make sure and check out my session.

    2026.fossy.ca/schedule/present

  2. I was struggling with migrating from Redis to Valkey, because the latest Valkey (9.x) can't read the file format of the latest Redis (8.x). The error message is something like:

    # Can't handle RDB format version 13

    Fortunately, there's an easy workaround.

    Upgrade to Valkey as usual. But pass the following flags:

    --rdb-version-check extra

    You need to do this only once, because it immediately changes the file format. Next start will work without flags.

    #redis #valkey

  3. So - und jetzt ist redis auch raus und durch valkey ersetzt. Dann können sie Lizenzen ändern wie sie wollen. Ah. So ich denke nun kann der Samstag starten.
    #redis #valkey #nextcloud

  4. DoorDash's new Entity Cache runs on Envoy and Valkey, caching over 100 endpoints across 50 services at 1.5M requests/sec with 99.99999% availability.

    Using Kafka-driven invalidation and the XFetch algorithm, it reduces cache stampedes and cuts P99 latency spikes by up to 80%.

    Read the full story on InfoQ 👉 bit.ly/45jwGvi

    #Caching #Envoy #Valkey #Kafka #DistributedSystems #InfoQ

  5. Lookit! The blog did a spotlight on me, Percona’s Valkey services and our perspective on caching.

    valkey.io/blog/percona-spotlig

  6. Разбираемся с лицензией Redis. И что выбрать продуктовой команде

    Redis долго был понятным выбором: BSD-лицензия, можно использовать почти где угодно. После смены лицензии в 2024 году всё стало сложнее: RSAL, SSPL, AGPLv3, Valkey, форки и вопросы к юристам. В статье рассматриваю этот вопрос со стороны обычных продуктовых команд, а не облачных провайдеров. Если Redis у вас внутри как кеш, очередь или для сессий, что реально меняется, где начинаются риски и что сегодня разумнее выбрать - Redis 8, Valkey или другой Redis-compatible вариант.

    habr.com/ru/articles/1056598/

    #Redis #Valkey #AGPLv3 #SSPL #RSAL #BSD #open_source #keydb #лицензия #osi

  7. BIG NEWS! 😮

    got another task backend. 🎉

    Threadmill has a durable message queue based on Redis as well as a monitoring interface based on textual.

    github.com/codingjoe/threadmill

  8. Valkey и Redis: два года спустя — за кем будущее?

    В марте 2024 года Redis сменил лицензию и, тем самым, положил начало развитию Valkey. Два года Valkey активно развивался: набирал количество контрибьютеров, коммитов, был встроен в многие проекты — в общем, показал себя на практике. Пришло время подвести итоги и понять: есть ли в этом сравнении победитель. В статье разберем обе технологии. Будет немного про историю развития и хронологические предпосылки, разбор ключевых фич и почти детективное расследование о жизни двух хранилищ. Также, покажем за кем будущее (по нашему мнению) и зачем мы контрибьютим в одно из них.

    habr.com/ru/companies/yandex/a

    #redis #valkey #luajit #bsd #open_source

  9. Бэкпорты теперь делают боты: как Valkey пустил ИИ-агентов в мейнтенанс — и удержал контроль

    Valkey (форк Redis под крылом Linux Foundation) в релизном цикле 9.1 отдал ИИ-агентам рутину мейнтенанса: бэкпорт-агент сам раскатывает фиксы по веткам 7.2/8.0/8.1/9.0, отдельный агент сканирует provenance кода на конфликт с нынешней лицензией Redis (чтобы в форк случайно не затёк несовместимый код родителя), а агентский поиск багов наткнулся на ещё закрытую CVE. Разбираю не «ИИ заменяет мейнтейнеров», а как это сделали по уму: по словам Мэделин Олсон из AWS, агентов посадили на ограниченный, проверяемый слой (CI + ревью + человек на мерже) — «using AI agents without losing control». Главный вывод для своих проектов: сажать агентов на toil, а не на дизайн. Читать дальше →

    habr.com/ru/articles/1050038/

    #Valkey #Redis #AIагенты #open_source #бэкпорт #DevOps

  10. #Valkey you should be able to get better performance than that caching for major DBs. 43% less overhead isn't that good. I could do better.

    Back in the day, with original Redis, we used to be able to serve 10X as many users with a good PG-and-Redis architecture.

    #OSSummit #India

  11. Dive deep into #Valkey - the high-performance key/value datastore.

    In this #InfoQ video, Viktor Vedmich explores Valkey’s architecture on AWS and demonstrates how it delivers sub-millisecond data access in both standalone & cluster modes.

    What you'll learn:
    🔹 Core data structures & replication strategies
    🔹 High-availability features
    🔹 Compatibility with Redis

    📺 Watch now: bit.ly/4v1yW5P

    #transcript included

    #Database #AWS

  12. Kubernetes дома? Ты не в себе? Как с Cursor и без DevOps-опыта поднять приватный кластер для личных проектов

    Я реализовал свою первую задачу по замене «Яндекс Диска», довёл скорость до 1,1 ГБ/с и пошёл дальше — установил Kubernetes дома. Я не инженер DevOps, но на своём кластере из старых Mac mini я запустил полноценный K8s с Managed Services.

    habr.com/ru/companies/flant/ar

    #кубернетес #homelab #ai #deckhouse #deckhouse_kubernetes_platform #kubernetes #nextcloud #netbird #valkey #managed_services

  13. Well, we've finally packaged #Valkey (another #Redis fork) in #Gentoo, along with its #Python bindings.

    Not that we wanted to, but #FakeRedis now started requiring it for tests so heavily that it was too much effort to patch it out. Just to be clear, it just requires the Python bindings, because its test suite happily runs against either Redis or Valkey, and literally doesn't support testing against both simultaneously. But to add the bindings, we needed the database to test them against. And since I've added the package too, I've put a lot of effort (and swearing) to test FakeRedis against both servers.

    Should you be using Valkey? Well, let's put it like this. You shouldn't be using Redis, because it's enterprise quality shit. Valkey is roughly what happens when you fork enterprise quality shit and have no clue what you're doing. Though you are able to mostly get renaming right (one valkey-py test failed over the server calling itself "Valkey" rather than "Redis").

    Disclaimer: I've only looked at the Python bindings. Maybe the maintainers are more knowledgeable with the server itself.

  14. Arrived in the Bay Area for Percona Live. I’ve got a keynote and a talk scheduled related to .

    Let me know if you want a ticket!

  15. (more Linux and FOSS news in previous posts of thread)

    Apache NetBeans 30 updates Maven and Ant, adds GlassFish 8.0 support:
    alternativeto.net/news/2026/5/

    VS Codium 1.121 Brings Packaging Fixes and Telemetry Cleanup to Your Workflow:
    linuxcompatible.org/story/vsco

    Pulsar 1.132 adds new terminal package, improved Git branch switching & large file setting:
    alternativeto.net/news/2026/5/

    Vim Text Editor Lands Opt-In GTK 4 GUI Support:
    linuxiac.com/vim-text-editor-l

    WordPress 7.0 launches with a new admin panel, editor upgrades, and an AI integrations hub:
    alternativeto.net/news/2026/5/

    Godot 4.6.3 Fixes Critical Bugs:
    linuxcompatible.org/story/godo

    nginx 1.31.1 Mainline Update Fixes Critical Rewrite Buffer Overflow and Tightens HTTP Headers:
    linuxcompatible.org/story/ngin

    PHP 8.4.22 Release Candidate Fixes JIT Crashes and Memory Leaks Before Stable Launch:
    linuxcompatible.org/story/php-

    Node.js 24.16.0 LTS Update Fixes Crypto Quirks and Adds Better Debugging Tools:
    linuxcompatible.org/story/node

    Node.js 26.2.0 Release Brings Stream Stability, HTTP 1xx Support, and Crypto Hardening:
    linuxcompatible.org/story/node

    Deno 2.8 adds 'audit fix', new CI workflows, and npm packaging support:
    alternativeto.net/news/2026/5/

    Valkey 9.1 delivers improvements in security, performance, and more:
    phoronix.com/news/Valkey-9.1-R

    Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg:
    khronos.org/blog/video-encodin

    OpenBSD 7.9 boosts AMD64 CPU core support, adds delayed hibernation and improves scheduler:
    alternativeto.net/news/2026/5/

    FreeBSD 15.0-RC1 release candidate arrives:
    nerds.xyz/2025/11/freebsd-15-0

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #NetBeans #VSCodium #Pulsar #Vim #WordPress #Godot #GodotEngine #Nginx #PHP #NodeJS #Deno #Valkey #Vulkan #FFmpeg #OpenBSD #FreeBSD #BSD #Coding #Development #Dev #Programming #IDE #CodeEditor #JavaScript #CMS #ProgrammingLanguage #FosseryTech

  16. I’m currently in León, Spain, making my way up to Stockholm for DIS2026 to talk about .

    My travel is truly trains, planes and automobiles: Train to Oviedo, Bus from Oviedo to OVD airport (40km from the train station 😑), layover in Frankfurt, Train from ARN to city centre and finally an Uber to my hotel in northern Stockholm.

  17. RE: fedi.copyleft.org/@bkuhn/11648

    The situation is fascinating. Bradley highlights an important aspect of what's going on.

    I think there is wide misunderstanding in how money has influence over projects. Make no mistake, given the source of the money here, people are rightfully concerned.

    However, there is typically (but not always) good firewalls between money and governance (i.e. engineering).

    It's possible to not take money at all (see ) but it's not easy to get lots of things done.

  18. I am happy to announce our new docs for #valkey based rate limits, so you can replace #redis.
    It's faster in in tail latency percentiles like p999.
    opensource.zalando.com/skipper

  19. Announcing django-vcache, an asyncio-first and fast #Django Cache backend for #Valkey/Redis. Featuring the #Rust redis crate with a pyo3 bridge to Python. Supports cluster and sentinel. Necessary to rewrite in Rust? No. Fun and very fast? Yes.

    glitchtip.com/blog/2026-04-02-

  20. Valkey-swift 1.2.0 is out. WARNING, if you are using the ValkeySearch module this release has unavoidable breaking changes. I could have released a 2.0.0 but it didn't make sense so near to the 1.0.0. Sorry, this shouldn't happen again.
    github.com/valkey-io/valkey-sw

    #valkey #swiftlang

  21. #Nextcloud meckert bei mir in Kombination mit #Valkey immer, dass die Verbindung zum #Redis -Server weggebrochen sei :-/
  22. Off to / in . Mostly syncing with folks on .

    Anyone else?