SUNIONSTORE
Syntax
SUNIONSTORE destination key [key ...]
- Available since:
- 1.0.0
- Time complexity:
- O(N) where N is the total number of elements in all given sets.
- ACL categories:
-
@write
,@set
,@slow
,
此命令等同于SUNION
,但它不是返回结果集,而是将其存储在destination
中。
如果 destination
已经存在,它将被覆盖。