summaryrefslogtreecommitdiff
path: root/src/commands/zdiffstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zdiffstore.json')
-rw-r--r--src/commands/zdiffstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zdiffstore.json b/src/commands/zdiffstore.json
index 26f205edc..35b720347 100644
--- a/src/commands/zdiffstore.json
+++ b/src/commands/zdiffstore.json
@@ -1,6 +1,6 @@
{
"ZDIFFSTORE": {
- "summary": "Subtract multiple sorted sets and store the resulting sorted set in a new key",
+ "summary": "Stores the difference of multiple sorted sets in a key.",
"complexity": "O(L + (N-K)log(N)) worst case where L is the total number of elements in all the sets, N is the size of the first set, and K is the size of the result set.",
"group": "sorted_set",
"since": "6.2.0",