summaryrefslogtreecommitdiff
path: root/src/commands/del.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/del.json')
-rw-r--r--src/commands/del.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/del.json b/src/commands/del.json
index 6d2ff7209..2727b536c 100644
--- a/src/commands/del.json
+++ b/src/commands/del.json
@@ -1,6 +1,6 @@
{
"DEL": {
- "summary": "Delete a key",
+ "summary": "Deletes one or more keys.",
"complexity": "O(N) where N is the number of keys that will be removed. When a key to remove holds a value other than a string, the individual complexity for this key is O(M) where M is the number of elements in the list, set, sorted set or hash. Removing a single key that holds a string value is O(1).",
"group": "generic",
"since": "1.0.0",