X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/43f30ac0f9bcc4a7afb06136a8dfe5b703be7935..93b2a7718eefd73cdd1b3b221cfc38be83fca0b5:/doc/HgetCommand.html diff --git a/doc/HgetCommand.html b/doc/HgetCommand.html new file mode 100644 index 00000000..e1288990 --- /dev/null +++ b/doc/HgetCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +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 +
+ +
+
+ + +