]> git.saurik.com Git - redis.git/blobdiff - doc/SunionstoreCommand.html
use the right object when cleaning up after zunion/zinter (fixes issue 216)
[redis.git] / doc / SunionstoreCommand.html
index ea1a59e2dbb3abd2954da66476f0a2cfdb9ae70a..e4f627e2e972d507f8cf03761d14f812890a66f0 100644 (file)
@@ -27,9 +27,8 @@
 
                 <div class="narrow">
                     &iuml;&raquo;&iquest;#sidebar <a href="SetCommandsSidebar.html">SetCommandsSidebar</a><h1><a name="SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_">SUNIONSTORE _dstkey_ _key1_ _key2_ ... _keyN_</a></h1>
-<i>Time complexity O(N) where N is the total number of elements in all the provided sets</i><blockquote>This commnad works exactly like SUNION but instead of being returned the resulting set is sotred as <i>dstkey</i>.</blockquote>
+<i>Time complexity O(N) where N is the total number of elements in all the provided sets</i><blockquote>This command works exactly like SUNION but instead of being returned the resulting set is stored as <i>dstkey</i>. Any existing value in <i>dstkey</i> will be over-written.</blockquote>
 <h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Status code reply</a>
-
                 </div>
         
             </div>