HGET key field

    Time complexity: O(1)

    Bulk string reply: the value associated with , or nil when is not present in the hash or key does not exist.

    *Examples

    redis> HGET myhash field1

    redis>