X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/SetCommand.html diff --git a/doc/SetCommand.html b/doc/SetCommand.html deleted file mode 100644 index 9557be6f..00000000 --- a/doc/SetCommand.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -
- - - -
-
- -SetCommand: Contents
  SET _key_ _value_
    Return value -
- -

SetCommand

- -
- -
- -
- #sidebar StringCommandsSidebar

SET _key_ _value_

-Time complexity: O(1)
Set the string value as value of the key.The string can't be longer than 1073741824 bytes (1 GB).
-

Return value

Status code reply - -
- -
-
- - -