Skip to content

Feature Request: Support XDELEX, XACKEX and extend XADD and XTRIM options from Redis 8.2 #3232

@viktoriya-kutsarova

Description

@viktoriya-kutsarova

Hello!

Redis 8.2 supports 2 new advanced stream entry management commands:

  1. XDELEX: https://redis.io/docs/latest/commands/xdelex/
  2. 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:

  • KEEPREF
  • DELREF
  • ACKED

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions