X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..df278b8b0b4bd54b83840d4a151e538c60dc92e9:/doc/SunionCommand.html diff --git a/doc/SunionCommand.html b/doc/SunionCommand.html new file mode 100644 index 00000000..7f7ec5b3 --- /dev/null +++ b/doc/SunionCommand.html @@ -0,0 +1,40 @@ + + + +
+ + + +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.+