Redis
Latest Redis news, announcements & analysis
Data
Syncing Data to Redis on AWS Just Got Easier
Redis has launched its Data Integration service on AWS. The fully-managed tool helps developers move data from other databases into Redis in near real-time, simplifying the process of building responsive applications without complex data pipelines.
Taranpreet Singh ·
Data
Redis 8.8 Adds Arrays and Rate Limiter
Redis has released version 8.8 of its open-source in-memory data store. The update introduces a new general-purpose array data structure, a native window counter rate limiter, and enhancements to streams like message NACKing. These features are designed to improve performance and simplify common development patterns.
Taranpreet Singh ·
Data
Redis Simplifies Stream Data Processing
Redis 8.4 introduces a new `CLAIM` option for its `XREADGROUP` command, simplifying how developers build reliable stream consumers. The update combines consuming new messages and reclaiming stalled ones into a single command, reducing code complexity and improving the robustness of event-driven applications.
Taranpreet Singh ·