dice
dice copied to clipboard
Adds support for HKEYS command
Addresses issue https://github.com/DiceDB/dice/issues/649
Adds support for HKEYS command. It returns all field names in the hash stored at key. Returns empty array if key doesn't exist.
redis doc : HKEYS
Changes :
implementation - evalHKEYS unit tests - testEvalHKEYS integration tests - TestHKEYS
@apoorvyadav1111 this issue is already assigned to me and i am working on it #649
Hi @swarajrb7 , Thanks for updating here. Please mention the same on the issue about your status. Will review your PR once changes are done.
Thanks
Already merged as part of #886