summaryrefslogtreecommitdiff
path: root/src/commands/msetnx.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/msetnx.json')
-rw-r--r--src/commands/msetnx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/msetnx.json b/src/commands/msetnx.json
index 90a6449d1..fa71d2b45 100644
--- a/src/commands/msetnx.json
+++ b/src/commands/msetnx.json
@@ -1,6 +1,6 @@
{
"MSETNX": {
- "summary": "Set multiple keys to multiple values, only if none of the keys exist",
+ "summary": "Atomically modifies the string values of one or more keys only when all keys don't exist.",
"complexity": "O(N) where N is the number of keys to set.",
"group": "string",
"since": "1.0.1",