X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..7fc98533392f455974d546c88bd4d41c85e6fe6d:/doc/SunionCommand.html diff --git a/doc/SunionCommand.html b/doc/SunionCommand.html index 0c4ee4af..7f7ec5b3 100644 --- a/doc/SunionCommand.html +++ b/doc/SunionCommand.html @@ -16,7 +16,7 @@
Return the members of a set resulting from the union of all thesets hold at the specified keys. Like in LRANGE the result is sent tothe client as a multi-bulk reply (see the protocol specification formore information). If just a single key is specified, then this commandproduces the same result as SMEMBERS.
Non existing keys are considered like empty sets.-