Hacker News with Generative AI: Redis

Show HN: rtcollector - A modular, RedisTimeSeries-native observability agent (github.com/xe-nvdk)
rtcollector is a lightweight, plugin-based agent for collecting system and application metrics, and pushing them to RedisTimeSeries.
Show HN: Solidis – Tiny TS Redis client, no deps, for serverless (github.com/vcms-io)
Solidis is a modern RESP client built with SOLID principles, zero dependencies, and enterprise-grade performance in mind.
Valkey Turns One: How the Community Fork Left Redis in the Dust (wpenginepowered.com)
A year ago, Redis Inc (formerly Garantia Data) made a controversial move that disrupted the open source ecosystem: it closed the source of Redis. As I wrote at the time, it was a trust-breaking decision that could have shattered the community.
Redis is open source again (antirez.com)
Five months ago, I rejoined Redis and quickly started to talk with my colleagues about a possible switch to the AGPL license, only to discover that there was already an ongoing discussion, a very old one, too.
Dragonfly Is Not Redis (dragonflydb.io)
Modern architecture, better performance, lower cost, and built for today’s needs and future scale. Dragonfly is not Redis.
Arch Linux Is the Latest Distribution Replacing Redis with Valkey (phoronix.com)
Arch Linux is the latest Linux distribution replacing its Redis packages with the Valkey fork.
Arch Linux Is the Latest Distribution Replacing Redis with Valkey (phoronix.com)
Arch Linux is the latest Linux distribution replacing its Redis packages with the Valkey fork.
Vector Sets are part of Redis (antirez.com)
Yesterday we finally merged vector sets into Redis, here you can find the README that explains in detail what you get:
Redis from Scratch, or Cledis (jagg.github.io)
This week I was looking for something new, and I realised that I’ve never tried to do any network programming using Common Lisp. Also, some time ago I came across the Build your own Redis book, but never tried to go through it. The project is perfect, it contains threading, networking, and even some async programming. I had no idea what the Common Lisp ecosystem for those things looks like, so it was time to find out.
You might not need Redis (viblo.se)
Redis is arguably the most well regarded tech of all.
Redis 8.0-M3 Brings Async I/O Threading, 12x Speed-Up with New AVX2 Code Path (phoronix.com)
For those making use of the source-available Redis in-memory key-value database, the upcoming Redis 8.0 will offer better performance on today's high core count systems and servers.
Redis 8.0-M3 Brings Async I/O Threading, 12x Speed-Up with New AVX2 Code Path (phoronix.com)
For those making use of the source-available Redis in-memory key-value database, the upcoming Redis 8.0 will offer better performance on today's high core count systems and servers.
Kvrocks: Redis-compatible distributed key value NoSQL database (apache.org)
A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
Kronotop: Redis-compatible, transactional document store backed by FoundationDB (github.com/kronotop)
Kronotop is a Redis-compatible, distributed and transactional document database backed by FoundationDB.
Unlink vs. DEL – A deep dive into how it works internally in Redis (pankajtanwar.in)
A couple of days back, I found myself debating the differences between Redis' UNLINK and DEL commands with my friend Sarthak in a social media comment section.
Fixing a real world bug in Redis vector sets with LLMs [video] (youtube.com)
From where I left (antirez.com)
I’m not the kind of person that develops a strong attachment to their own work. When I decided to leave Redis, about 1620 days ago (~ 4.44 years), I never looked at the source code, commit messages, or anything related to Redis again.
Redis Inc seeks control over future of Rust redis-rs client library (devclass.com)
Redis is trying to take over the all of the OSS Redis libraries (twitter.com)
Managing Large-Scale Redis Clusters on K8s – Kuaishou's Approach (kubeblocks.io)
As a popular short-form video application, Kuaishou relies heavily on Redis to deliver low-latency responses to its users.
Show HN: PDF2MD – Rust+Redis+ClickHouse+VLLM conversion pipeline for PDFs (github.com/devflowinc)
The Fastest Redis Ever (redis.io)
We’re happy to announce the second milestone of Redis 8, our most advanced and performant offering yet, available for you to try in Community Edition (CE) today.
Do you need Redis? PostgreSQL does queuing, locking, and pub/sub (2021) (atomicobject.com)
Valkey 8 sets a new bar for open-source in-memory NoSQL data storage (beehiiv.com)
Vienna, Austria: Valkey, the Redis fork, is kicking rump and taking names. At Open Source Summit Europe, the Linux Foundation announced the release of Valkey 8.0, a giant step forward to the open-source in-memory NoSQL data store.
Redis users considering alternatives after licensing move (theregister.com)
Around 70 percent of Redis users are considering alternatives after the database company made a shift away from permissive open source licensing.
Valkey 8 sets a new bar for open-source in-memory NoSQL data storage (beehiiv.com)
Vienna, Austria: Valkey, the Redis fork, is kicking rump and taking names. At Open Source Summit Europe, the Linux Foundation announced the release of Valkey 8.0, a giant step forward to the open-source in-memory NoSQL data store. This release focuses on enhancing performance, reliability, and observability, marking a major milestone for the project initially forked from Redis due to licensing changes.
Show HN: EloqKV – Scalable distributed ACID key-value database with Redis API (eloqdata.com)
We’re thrilled to introduce EloqKV, a high performance Redis API-compatible, ACID transactional, scalable, distributed key-value database.
Valkey 8.0.0 Is Out (github.com/valkey-io)
Upgrade urgency LOW: This is the first release of Valkey 8.0, which includes stability and performance improvements over the second release candidate. This release is fully compatible with Redis OSS 7.2.4.
Valkey 8.0 Released as Speedy Redis Fork Achieving One Million RPS (phoronix.com)
Valkey 8.0 was released today as this leading fork of the Redis open-source code that was started by the Linux Foundation early in the year and backed by organizations from Amazon/AWS to Google Cloud, Oracle, and others.
Valkey achieved one million RPS 6 months after forking from Redis (valkey.io)
In the first part of this blog, we described how we offloaded almost all I/O operations to I/O threads, thereby freeing more CPU cycles in the main thread to execute commands.