-
Notifications
You must be signed in to change notification settings - Fork 954
Closed
Labels
client-changes-neededClient changes may be required for this featureClient changes may be required for this featureenhancementNew feature or requestNew feature or request
Description
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
Labels
client-changes-neededClient changes may be required for this featureClient changes may be required for this featureenhancementNew feature or requestNew feature or request