You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/redis-versions/6-2
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Redis 6.2 introduces over 25 new commands, fulfilling long-standing community re
42
42
- Redis Streams enhancements include:
43
43
- Support for exclusive range queries, providing finer control over data retrieval.
44
44
- The ability to filter pending messages based on idle time, improving message management.
45
-
- A simplified mechanism for recovering lost messages in consumer groups, making message reclamation more efficient.
45
+
- A new mechanism to automatically claim pending messages from a stream consumer group, transferring ownership of messages that have exceeded their idle timeout to a new consumer without requiring manual acknowledgment.
46
46
47
47
## Component versions
48
48
The Redis version 6.2 is built upon the following component versions:
@@ -52,4 +52,4 @@ The Redis version 6.2 is built upon the following component versions:
- [Time series 1.8](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes/)
0 commit comments