X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..a4460ef43f9625e6c09cdc327614d1b47c043489:/doc/SunionCommand.html diff --git a/doc/SunionCommand.html b/doc/SunionCommand.html index bc1e2564..7f3cc0e3 100644 --- a/doc/SunionCommand.html +++ b/doc/SunionCommand.html @@ -30,7 +30,7 @@ Time complexity O(N) where N is the total number of elements in all the provided sets
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 SELEMENTS.
Non existing keys are considered like empty sets.