X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/81d456450ac42b7cf78367ae3a89af1a543c9ff1..8fb13ce816b85ac414921ecca420671bf74a3eea:/doc/SetCommand.html diff --git a/doc/SetCommand.html b/doc/SetCommand.html new file mode 100644 index 00000000..9557be6f --- /dev/null +++ b/doc/SetCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +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 + +
+ +
+
+ + +