summaryrefslogtreecommitdiff
path: root/src/commands/zunionstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zunionstore.json')
-rw-r--r--src/commands/zunionstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zunionstore.json b/src/commands/zunionstore.json
index 25273af8c..65e7b5469 100644
--- a/src/commands/zunionstore.json
+++ b/src/commands/zunionstore.json
@@ -1,6 +1,6 @@
{
"ZUNIONSTORE": {
- "summary": "Add multiple sorted sets and store the resulting sorted set in a new key",
+ "summary": "Stores the union of multiple sorted sets in a key.",
"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": "2.0.0",