HgetCommand: Contents
  HGET _key_ _field_ (Redis >
    Return value

HgetCommand

#sidebar HashCommandsSidebar

HGET _key_ _field_ (Redis >

1.3.10)= Time complexity: O(1)
If key holds a hash, retrieve the value associated to the specified field.
If the field is not found or the key does not exist, a special 'nil' value is returned.

Return value

Bulk reply