← Back to Resources
Open Source NewsJune 2, 20262 min read

Redis 8.8 General Availability

By BIOS Founding Team

Redis 8.8 General Availability

Redis 8.8 introduces 'array,' a new general-purpose, index-addressable data structure that outperforms lists and hashes for random access and can serve as an atomic ring buffer via the new ARRING command.

It also adds a window-counter rate limiter, stream message NACKing so consumers can explicitly reject and requeue messages, and subkey-level pub/sub notifications for hash field events.

Full details: https://redis.io/blog/announcing-redis-8-8/