summaryrefslogtreecommitdiff
path: root/src/commands/sunionstore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sunionstore.json')
-rw-r--r--src/commands/sunionstore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sunionstore.json b/src/commands/sunionstore.json
index b703904ac..94d4e16e9 100644
--- a/src/commands/sunionstore.json
+++ b/src/commands/sunionstore.json
@@ -1,6 +1,6 @@
{
"SUNIONSTORE": {
- "summary": "Add multiple sets and store the resulting set in a key",
+ "summary": "Stores the union of multiple sets in a key.",
"complexity": "O(N) where N is the total number of elements in all given sets.",
"group": "set",
"since": "1.0.0",