Skip to content

[NEW] HGETDEL support in Valkey #2850

@Shirkulk007

Description

@Shirkulk007

The problem/use-case that the feature addresses

There are use cases leveraging Valkey where we need to fetch specific key values within hash data type and delete them immediately after retrieval.

Description of the feature

Need a command HGETDEL which gets the key value within hash and delete it post fetching

Alternatives you've considered

Currently use 2 commands to fetch the data within hash and then delete it

Additional information

HGETDEL command is available in Redis 8.0. Need similar command in Valkey

Metadata

Metadata

Assignees

No one assigned

    Labels

    client-changes-neededClient changes may be required for this featureenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions