HVALS
Attention
This page documents an earlier version. Go to the latest (v2.3) version.Synopsis
HVALS key
This command selects all the values in the hash that is associated with the given key
.
Return value
Returns list of values in the specified hash.
Examples
$ HMSET yugahash area1 "America" area2 "Africa"
"OK"
$ HVALS yugahash
1) "America"
2) "Africa"
See also
hdel
, hexists
, hget
, hgetall
, hkeys
, hlen
, hmget
, hmset
, hset
, hincrby
, hstrlen