Hello!
Redis 8.2 supports 2 new advanced stream entry management commands:
- XDELEX: https://redis.io/docs/latest/commands/xdelex/
- XACKDEL: https://redis.io/docs/latest/commands/xackdel/
These new commands are already supported in Lettuce (Since Release 6.8.0) and Jedis (Since Release 6.1.0)
Feature request: Support these commands in Spring Data Redis's stream operations, similar to the existing: acknowledge and delete methods.
In addition, expand XADD and XTRIM commands to support new supported options since Redis 8.2: