X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f6bea06f74d4f065b5f8e4680792266eb97d7582..cc2750670f1cb2fafde3e7d1a340f6674dab1749:/doc/TypeCommand.html diff --git a/doc/TypeCommand.html b/doc/TypeCommand.html index 50c5bed9..45900422 100644 --- a/doc/TypeCommand.html +++ b/doc/TypeCommand.html @@ -33,6 +33,8 @@ "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

See also