X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7492bbe9f52a655bac2480f069083aaf220ac01b..c44d3b56df4ce4cae1c2e6db6397eaab9651ff7a:/doc/TypeCommand.html diff --git a/doc/TypeCommand.html b/doc/TypeCommand.html index 3d30a991..50c5bed9 100644 --- a/doc/TypeCommand.html +++ b/doc/TypeCommand.html @@ -26,7 +26,7 @@
-

TYPE _key_

+ #sidebar GenericCommandsSidebar

TYPE _key_

Time complexity: O(1)
Return the type of the value stored at key in form of astring. The type can be one of "none", "string", "list", "set"."none" is returned if the key does not exist.

Return value

Status code reply, specifically:

 "none" if the key does not exist