#Redis—just
Interestingly ChatGPT 5.1 just discovered and fixed a complicated bug in Redis Streams (of my fork: no bug in the official Redis) that Gemini 2.5 could not handle. Curious to see if Gemini 3 will be able to spot it.
November 14, 2025 at 12:26 PM
Redis license drama is noise. Fact: Dragonfly CEO Oded Poncz says Redis benchmarked Dragonfly just one month after launch. Performance talks.

Hear us unpack the shifting in-memory landscape in our webinar! www.dragonflydb.io/events/in-me...

#InMemoryDatabase #Redis #DragonflyDB
October 29, 2025 at 10:15 PM
I was like this close at work today to accidentally saying “oh no we aren’t using a framework we’re just raw dogging the redis client”
October 25, 2025 at 6:45 AM
Lost pretty much all of a company's data on the first or second day on the job. Why? How?

Well, let's just say it involved a popular forum software, redis, a lot of mismanagement.

The outage was non-recoverable.
#hugOps story time! Quote this and tell me the biggest incident you ever saw in production. It’s inevitable, it’s gonna happen, and learning from incidents is way better than shitting on people trying to fix them.

I’ll start :)

hazelweakly.me/blog/mother-...
October 21, 2025 at 5:40 AM
RustConf just uploaded on YouTube the recording of my C-to-Rust migration talk!
Check it out if you want to learn more about the Rust work we've been doing on Redis Query Engine over the past few months.
youtu.be/H0AUP2OgppE...
Luca Palmieri: "Rewrite, Optimize, Repeat: Our Journey Porting a Triemap from C to Rust" | RustConf
Slides: https://docs.google.com/presentation/d/1HQAISo6jnNdxO_0YPfEAbtF7OVD0yWDDaNtWwcpay6E/edit?usp=sharingRediSearch GitHub repository: https://github.com/...
www.youtube.com
October 4, 2025 at 10:11 AM
My talk was about similarity search with #Redis and #RedisOMSpring. Basically, instead of searching for exact matches, you search for meaning and context. And the best part? You can do it with just two annotations: @Vectorize and @Indexed. #javabubble
February 7, 2025 at 10:47 AM
March 20, 2025 at 1:08 AM
Just found out Redis' site got a redesign and it's dogshit
December 27, 2024 at 12:57 AM
Our App of the Week Tigris Data proves you can have it all: S3 compatibility, Redis-like speed, and global distribution that just works. Perfect for everything from chat apps to AI model serving ⚡️

🔗 ➡️ https://buff.ly/4gLuVLr
December 19, 2024 at 5:35 PM
If you want to scale, fly.io is a great option but you need to think more about your architecture. But do not use their hosted Redis (powered by upstash), it's slow and expensive. And be aware of how much bandwidth you need. The least pain in the ass is just setting everything up on one VPS
October 27, 2023 at 10:51 PM
One of the coolest parts is that you can set an expiration time for data in Redis.

So when used as a cache for ISR, there’s just two things to do:

1. Check the cache for the data you need. If it’s not there, fetch it.

2. Store the data in the cache and set an expiration. Redis tosses it for you.
November 12, 2024 at 4:38 AM
Need a database? Vercel now has first-party billing and integrations with 7 different providers (3 more coming soon 👀)

Just posted a new demo video with @supabase.com!

www.youtube.com/watch?v=Lxbk...
December 16, 2024 at 2:08 PM
18 // Time Series – Store and analyze time-stamped data, great for IoT
redis.io/docs/data-ty...

Redis is more than a cache. It’s an in-memory Swiss army knife.

P.S. Know someone still using Redis just for strings? Share this with them. @redis.io
April 24, 2025 at 12:16 PM
Just did a quick patch for fixes

Fix nearly every sub-directory being crawled as part of Vite build (#35323 by @ClearlyClaire)

- Fix assets not building when Redis is unavailable (#35321 by @oneiros)

- Fix replying from media modal or pop-in-player tagging user `@undefined` (#35317 by […]
Original post on cupoftea.social
cupoftea.social
July 10, 2025 at 6:32 PM
🔹 It wasn’t just about dumb things, it became a term for pointless but technically impressive hacks.
🔹 The kind of projects that you put way too much effort into something unnecessary, but it’s awesome anyway.

Sound familiar? Because that’s exactly what Redis is. 😆👇
March 14, 2025 at 10:36 AM
How did Instagram scale from 0 → 14M users in just over a year with only 3 engineers?

- Built on Django for rapid iteration, iOS-only launch
- AWS migration: EC2, S3, CloudFront, Elastic Load Balancing
- Data strategy: PostgreSQL + NoSQL, caching with Redis/Memcached, sharding & replication
October 3, 2025 at 12:49 PM
Currently converting a PHP Website to @astro.build and it is soooo easy. Most of the Pages I'll just copy over, rename to .astro, import the Layout, move the PHP Variables and rename them. Only bit of work so far was adding Sessions with Redis.
November 4, 2024 at 3:14 PM
fun fact i learned just now u can do `redis-cli lolwut` and get some cute cityscape art💖
it's going great :3
August 10, 2023 at 9:12 PM
Just ONE LINE of Code! FusionCache as Hybrid Cache in ASP NET Core

In this video series, we've been working with Entity Framework Core, Dapper, Redis, and different caching tools that we have access to in ASP NET Core.
June 2, 2025 at 12:15 PM
My problem was that I was trying to configure a Redis cluster. For technical reasons, the IP addresses on the private network couldn’t differ from host (Redis client I want to use can’t handle this). For now, I just hard-coded “cluster-announce-ip” as my machine’s IP, which surprisingly works, lol
April 29, 2025 at 3:18 AM
CVE-2025–21605 – Critical Redis Bug Discovered — Could Let Anyone Crash Your Server A critical vulnerability in Redis just put hundreds of thousands of servers at risk — and it doesn’t require a single line of code from the attacker. If your i...

| Details | Interest | Feed |
Origin
www.howtouselinux.com
May 17, 2025 at 1:08 PM
Every repeated LLM call is money on fire. Redis 8 semantic caching understands meaning, not just keys open.substack.com/pub/systemde...
Every repeated LLM call is money on fire
Redis 8 just changed the game with semantic caching that understands meaning, not just keys.
open.substack.com
August 11, 2025 at 12:39 PM
DO NOT CACHE REMOTE MEDIA FILES IN #misskey. It will destroy your storage. Just had #redis broke on me which resulted in this instance not being able to fetch and push new posts because it can't write to disk

I even see hundreds of MB of zip files from remote instances getting cached. Combine […]
Original post on makai.chaotic.ninja
makai.chaotic.ninja
July 6, 2024 at 3:08 AM
Service Update: The autolabeller continues to have queuing issues; I've just flushed the Redis cache and dropped the cursor. There were close to 20k items in the processing queue I had to drop so please submit reports for any missed screenshots, I suspect there will be a few from the last 48h!
June 7, 2024 at 11:52 AM
It's time to rethink our approach to data persistence and temporality in distributed systems. This small Redis feature is a catalyst for a larger conversation: How can we design systems that are not just scalable and resilient, but also efficient and self-managing at their core?
February 4, 2025 at 2:07 PM