summaryrefslogtreecommitdiff
path: root/src/commands/zinter.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zinter.json')
-rw-r--r--src/commands/zinter.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zinter.json b/src/commands/zinter.json
index d0dd046ed..4828e21d6 100644
--- a/src/commands/zinter.json
+++ b/src/commands/zinter.json
@@ -1,6 +1,6 @@
{
"ZINTER": {
- "summary": "Intersect multiple sorted sets",
+ "summary": "Returns the intersect of multiple sorted sets.",
"complexity": "O(N*K)+O(M*log(M)) worst case with N being the smallest input sorted set, K being the number of input sorted sets and M being the number of elements in the resulting sorted set.",
"group": "sorted_set",
"since": "6.2.0",