X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/56c2735d89dd41ed2f552c4adccba63c817ed602..81d456450ac42b7cf78367ae3a89af1a543c9ff1:/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 - -
- -
-
- - -