redis/hget

Get Hash Field

Get field from hash

hash
data-structure

Command

HGET key field

Explanation

Returns the value associated with field in the hash stored at key.

Examples

Get name field

HGET user:1000 name