Redis 7.2 Released: The First Unified Redis Release
Redis 7.2 shipped as the first Unified Redis Release across all distributions, previewed Triggers and Functions for server-side JavaScript, improved sorted-set performance, and added client-library support.
Historical Archive. This article documents an event from 2023 and is preserved with its original date for reference. It is not current news, and details may have changed since publication.
What happened
Redis 7.2 was released on August 15, 2023, according to the official announcement on the Redis blog. It was described as the most far-reaching Redis release, encompassing a broad set of new features and significant investment in functionality supporting AI initiatives, delivered through every distribution channel at once in an approach the company called the Unified Redis Release.
Triggers and Functions
Redis 7.2 brought a new level of programmability with the public preview of Triggers and Functions, a server-side event-driven engine that executes TypeScript or JavaScript code within the database. This lets developers perform complex data manipulations directly on Redis with consistent execution across client applications, and enables cross-shard read operations at the cluster level that were not possible with the previous Lua-based programmability engine.
Developer experience and clients
A major theme was making Redis easier to use. Redis 7.2 formalised support for five client libraries, working directly with community maintainers of Jedis for Java, node-redis for Node.js, redis-py for Python, NRedisStack for .NET and Go-Redis for Go to establish consistency in documentation, interface, governance and security, and added support for the RESP3 protocol in Redis Stack and Redis Enterprise.
Performance and enterprise features
The release made significant performance improvements to sorted sets, commonly used for gaming leaderboards, reporting gains between 30% and 100% versus Redis Enterprise Cloud 6.2, and improved polygon search for geospatial data. On the enterprise side it previewed scalable search, introduced Auto Tiering with the Speedb storage engine to extend datasets onto SSDs, added Redis Data Integration, and made the Redis Enterprise Operator for Kubernetes generally available with Active-Active support.
Why it mattered
Redis 7.2 marked a shift toward Redis as steward of a unified, developer-friendly ecosystem rather than just a data-structure server. Triggers and Functions expanded server-side programmability, the Unified Redis Release simplified version management across distributions, and the AI-oriented investments positioned Redis for the generative-AI and vector-database era.
Related on Skillo
See also: Redis 7.0 and Redis Functions.
Sources
Published date reflects the original event date (2023-08-15). This article is original Skillo editorial written from the sources above; facts were verified in September 2026.
Written by
Skillo Staff
0 Comments
Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.