hget
HGET
HGET key field
Returns the value associated with field
in the hash stored at key
.
Return value
Bulk string reply: the value associated with field
, or nil
when field
is not present in the hash or key
does not exist.
HGET key field
Returns the value associated with field
in the hash stored at key
.
Bulk string reply: the value associated with field
, or nil
when field
is not present in the hash or key
does not exist.