Redis 8.8: New array data structure, rate limiter, performance improvements
Redis 8.8 has been released, introducing a new array data structure and various performance improvements. The update includes features like a window counter rate limiter and message NACKing for Redis Streams. Additionally, users can now control JSON numeric array storage and utilize multiple aggregators in time series queries.
- ▪Redis 8.8 introduces a new general-purpose data structure called array, which allows for fast access to indexed string values.
- ▪The update enhances performance with significant throughput improvements across various data types, including up to 83% for Streams and 68% for Strings.
- ▪New features include subkey notifications for hash fields and a COUNT aggregator for sorted set operations, expanding use cases in ranking and analytics.
Opening excerpt (first ~120 words) tap to expand
Resource CenterEvents & webinarsBlogVideosGlossaryResourcesArchitecture DiagramsDemo CenterResource CenterEvents & webinarsBlogVideosGlossaryResourcesArchitecture DiagramsDemo CenterBack to blogBlogAnnouncing Redis 8.8: New array data structure, rate limiter, performance improvements, & moreJune 02, 202614 minute readLior KoganRedis 8.8 in Redis Open Source is now available, bringing performance improvements alongside a set of powerful new features. Highlights include array - a new general-purpose data structure, a window counter rate limiter, streams message NACKing, subkey notifications for hash fields, explicit control over JSON numeric array storage, multiple aggregators in a single time series query, and a new COUNT aggregator for sorted sets union and intersection.Summary of…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Redis.