summaryrefslogtreecommitdiff
path: root/src/commands/hsetnx.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/hsetnx.json')
-rw-r--r--src/commands/hsetnx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/hsetnx.json b/src/commands/hsetnx.json
index 53cd9c9d0..e024c412a 100644
--- a/src/commands/hsetnx.json
+++ b/src/commands/hsetnx.json
@@ -1,6 +1,6 @@
{
"HSETNX": {
- "summary": "Set the value of a hash field, only if the field does not exist",
+ "summary": "Sets the value of a field in a hash only when the field doesn't exist.",
"complexity": "O(1)",
"group": "hash",
"since": "2.0.0",