Skip to content

Commit 2ef3114

Browse files
Update 6-2
1 parent 1fd7698 commit 2ef3114

File tree

1 file changed

+2
-2
lines changed
  • content/develop/redis-versions

1 file changed

+2
-2
lines changed

content/develop/redis-versions/6-2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Redis 6.2 introduces over 25 new commands, fulfilling long-standing community re
4242
- Redis Streams enhancements include:
4343
- Support for exclusive range queries, providing finer control over data retrieval.
4444
- 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.
4646

4747
## Component versions
4848
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:
5252
- [JSON 2.4](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes/)
5353
- [Time series 1.8](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes/)
5454
- [Bloom 2.4](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes/)
55-
- [Graph 2.10](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes/)
55+
- [Graph 2.10](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes/)

0 commit comments

Comments
 (0)