HGET
Attention
This page documents an earlier version. Go to the latest (v2.3) version.Synopsis
HGET key field
This command fetches the value for the given field
in the hash that is specified by the given key
.
Return value
Returns the value for the given field
Examples
$ HSET yugahash area1 "America"
1
$ HGET yugahash area1
"America"
See also
hdel
, hexists
, hgetall
, hkeys
, hlen
, hmget
, hmset
, hset
, hincrby
, hstrlen
, hvals