]> git.saurik.com Git - redis.git/blobdiff - doc/TypeCommand.html
shareobjects feautres killed - no gains most of the time, but VM complexities
[redis.git] / doc / TypeCommand.html
index 9311d32447a6385bca9351a5e91e882032da8146..50c5bed91f616b5fb4f035af80d56157fd8753f3 100644 (file)
@@ -26,9 +26,9 @@
                 </div>
 
                 <div class="narrow">
-                    <h1><a name="TYPE _key_">TYPE _key_</a></h1>
+                    &iuml;&raquo;&iquest;#sidebar <a href="GenericCommandsSidebar.html">GenericCommandsSidebar</a><h1><a name="TYPE _key_">TYPE _key_</a></h1>
 <i>Time complexity: O(1)</i><blockquote>Return the type of the value stored at <i>key</i> in form of astring. The type can be one of &quot;none&quot;, &quot;string&quot;, &quot;list&quot;, &quot;set&quot;.&quot;none&quot; is returned if the key does not exist.</blockquote>
-<h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Single line reply</a>, specifically:<br/><br/><pre class="codeblock python" name="code">
+<h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Status code reply</a>, specifically:<br/><br/><pre class="codeblock python" name="code">
 &quot;none&quot; if the key does not exist
 &quot;string&quot; if the key contains a String value
 &quot;list&quot; if the key contains a List value