X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/TypeCommand.html diff --git a/doc/TypeCommand.html b/doc/TypeCommand.html deleted file mode 100644 index 45900422..00000000 --- a/doc/TypeCommand.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -
- - - -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.-
-"none" if the key does not exist -"string" if the key contains a String value -"list" if the key contains a List value -"set" if the key contains a Set value -"zset" if the key contains a Sorted Set value -"hash" if the key contains a Hash value -