June 5, 2026

Cache me outside, split about that

Redis 8.8: New array data structure, rate limiter, performance improvements

Redis gets faster and flashier, but fans are still fighting over the breakup drama

TLDR: Redis 8.8 adds a new array feature, built-in rate limiting, and notable speed boosts, making the popular data store more useful and faster. But commenters were split between excitement over the upgrades and fresh side-eye about Redis’s past licensing drama, complexity, and rivalry with Valkey.

Redis just dropped version 8.8, and on paper it’s a classic glow-up: faster performance, a brand-new array feature for storing items by position, a built-in rate limiter to control how often people can hit an app, and quality-of-life upgrades for streams, notifications, and analytics. Translation for non-experts: the software got quicker, learned a few new tricks, and wants developers to stop duct-taping custom fixes together.

But the real show was in the comments, where the community instantly turned this product update into a relationship-status debate. One crowd was genuinely hyped — especially about the new rate limiter, with one fan basically yelling that it was “awesome” and that arrays looked like a toy box full of new ideas. Another commenter rushed in with the receipts, posting a deep-dive explainer for anyone asking, “Wait, didn’t Redis already have stuff like this?”

Then came the spicy part: the Redis vs. Valkey split reappeared like unresolved ex drama. One commenter openly asked whether there’s still any reason to use Redis after the company’s licensing controversy, instantly dragging old wounds back into the spotlight. Others took a more practical grumble route, saying Redis is still great but too hard to run in highly available setups and weirdly absent as an easy embedded tool like SQLite. And yes, there was even a cheeky joke suggesting the new release might have gotten help from DeepSeek. New features? Sure. But the comments made it clear: the community is still benchmarking the vibes.

Key Points

  • Redis Open Source 8.8 adds a new general-purpose array data structure for index-addressable string values.
  • The release includes a built-in window counter rate limiter, reducing the need for Lua-scripted rate limiting patterns.
  • Redis 8.8 reports performance gains across HGETALL, XREADGROUP, sorted set operations, PFCOUNT, scan commands, and full synchronization.
  • Redis Streams now support message NACKing, allowing pending messages to be explicitly released for immediate consumption by other consumers.
  • Redis 8.8 expands analytics and data handling with multiple time series aggregators per query, explicit JSON numeric array storage formats, and a COUNT aggregator for sorted set union/intersection.

Hottest takes

"Where did everyone end up on the Redis/Valkey split?" — tapoxi
"it should not require reading heaps of documenta..." — 9dev
"window counter rate limiter! This is awesome!" — caraphon
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.