summaryrefslogtreecommitdiff
path: root/src/commands/hdel.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/hdel.json')
-rw-r--r--src/commands/hdel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/hdel.json b/src/commands/hdel.json
index b5d63476b..11da02d3b 100644
--- a/src/commands/hdel.json
+++ b/src/commands/hdel.json
@@ -1,6 +1,6 @@
{
"HDEL": {
- "summary": "Delete one or more hash fields",
+ "summary": "Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.",
"complexity": "O(N) where N is the number of fields to be removed.",
"group": "hash",
"since": "2.0.0",