HVALS
HVALS key
@read, @hash, @slow, Returns all values in the hash stored at key.
Array reply: list of values in the hash, or an empty list when key does not exist.
HSET myhash field1 "Hello" HSET myhash field2 "World" HVALS myhash
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/hvals/