minor fixes to the new test suite, html doc updated

This commit is contained in:
antirez
2010-05-14 18:48:33 +02:00
parent 4786851152
commit ab72b4833d
41 changed files with 102 additions and 100 deletions

View File

@ -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
</pre><h2><a name="See also">See also</a></h2>
<ul><li> <a href="DataTypes.html">Redis Data Types</a></li></ul>
</div>