summaryrefslogtreecommitdiff
path: root/src/commands/sinterstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sinterstore.json')
-rw-r--r--src/commands/sinterstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sinterstore.json b/src/commands/sinterstore.json
index 60a8db52a..28ccfff69 100644
--- a/src/commands/sinterstore.json
+++ b/src/commands/sinterstore.json
@@ -1,6 +1,6 @@
{
"SINTERSTORE": {
- "summary": "Intersect multiple sets and store the resulting set in a key",
+ "summary": "Stores the intersect of multiple sets in a key.",
"complexity": "O(N*M) worst case where N is the cardinality of the smallest set and M is the number of sets.",
"group": "set",
"since": "1.0.0",