HMSET
Synopsis
HMSET key field value [field value ...]
This command sets the data for the given field
with the given value
in the hash that is specified by key
.
Return value
Returns status string.
Examples
$ HMSET yugahash area1 "America" area2 "Africa"
"OK"
$ HGET yugahash area1
"America"
See also
hdel
, hexists
, hget
, hgetall
, hkeys
, hlen
, hmget
, hset
, hincrby
, hstrlen
, hvals