Redis
Latest Redis news, announcements & analysis
Data
Redis 8.8 makes core commands faster
Redis has released version 8.8, focusing on significant performance enhancements. The update delivers faster execution for core commands like MGET and MSET, improves stream processing, and optimizes memory usage. This release continues Redis's commitment to increasing efficiency on the same hardware with each new version.
Taranpreet Singh ·
Security
AI Finds Critical Flaw in Redis
A critical remote code execution vulnerability has been patched in Redis. The flaw, which went unnoticed for over two years, allows authenticated users to run arbitrary commands. It was discovered by an autonomous AI tool designed to find bugs in large codebases.
Neeraj Dhiman ·
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 ·