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

GetCommand

- -
- -
- -
- #sidebar StringCommandsSidebar

GET _key_

-Time complexity: O(1)
Get the value of the specified key. If the keydoes not exist the special value 'nil' is returned.If the value stored at key is not a string an erroris returned because GET can only handle string values.
-

Return value

Bulk reply - -
- -
-
- - -