X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/HsetCommand.html diff --git a/doc/HsetCommand.html b/doc/HsetCommand.html deleted file mode 100644 index 5d8070f2..00000000 --- a/doc/HsetCommand.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - -
- - - -
-
- -HsetCommand: Contents
  HSET _key_ _field_ _value_ (Redis >
    Return value -
- -

HsetCommand

- -
- -
- -
- #sidebar HashCommandsSidebar

HSET _key_ _field_ _value_ (Redis >

1.3.10)= -Time complexity: O(1)
Set the specified hash field to the specified value.
-
If key does not exist, a new key holding a hash is created.
-
If the field already exists, and the HSET just produced an update of thevalue, 0 is returned, otherwise if a new field is created 1 is returned.
-

Return value

Integer reply -
- -
-
- - -