X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/1350d27e59a888ffd83d67ceb7e2ac9cdd4e6869..b78fd80f1e6c445b8b7d0a3058e4fe4a8cc25062:/doc/GetCommand.html diff --git a/doc/GetCommand.html b/doc/GetCommand.html index 50d6bf34..69083552 100644 --- a/doc/GetCommand.html +++ b/doc/GetCommand.html @@ -16,7 +16,7 @@
-GetCommand: Contents
  GET _key_
    Return value
    See also +GetCommand: Contents
  GET _key_
    Return value

GetCommand

@@ -26,10 +26,10 @@
-

GET _key_

+ #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

See also

- +

Return value

Bulk reply +