Skip to content

Feature Request: Support HGETDEL, HGETEX and HSETEX from Redis 8.0 #3211

@xmiao2

Description

@xmiao2

Hello!

Redis 8.0 release added 3 new hash commands:

  1. HGETDEL: https://redis.io/docs/latest/commands/hgetdel/
  2. HGETEX: https://redis.io/docs/latest/commands/hgetex/
  3. HSETEX: https://redis.io/docs/latest/commands/hsetex/

These new command are already supported in Lettuce (Since Release 6.8.0) and Jedis (Since Release 6.0.0)

Feature request: Support these commands in Spring Data Redis's hash operations, similar to the existing: getAndDelete, getAndExpire, setAndExpire methods in value operations.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions