Hash
HGET
Retrieves the value of a hash field.
Arguments
The key to get.
The field to get.
Response
The value of the field, or null
, when field is not present in the hash or key does not exist.
Was this page helpful?
Retrieves the value of a hash field.
The key to get.
The field to get.
The value of the field, or null
, when field is not present in the hash or key does not exist.
Was this page helpful?