summaryrefslogtreecommitdiff
path: root/src/commands/zunion.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zunion.json')
-rw-r--r--src/commands/zunion.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zunion.json b/src/commands/zunion.json
index 395a12741..1ce3dc5ee 100644
--- a/src/commands/zunion.json
+++ b/src/commands/zunion.json
@@ -1,6 +1,6 @@
{
"ZUNION": {
- "summary": "Add multiple sorted sets",
+ "summary": "Returns the union of multiple sorted sets.",
"complexity": "O(N)+O(M*log(M)) with N being the sum of the sizes of the input sorted sets, and M being the number of elements in the resulting sorted set.",
"group": "sorted_set",
"since": "6.2.0",