diff options
Diffstat (limited to 'src/commands/getdel.json')
-rw-r--r-- | src/commands/getdel.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/getdel.json b/src/commands/getdel.json index 17e1664bb..f3d86b0ec 100644 --- a/src/commands/getdel.json +++ b/src/commands/getdel.json @@ -1,6 +1,6 @@ { "GETDEL": { - "summary": "Get the value of a key and delete the key", + "summary": "Returns the string value of a key after deleting the key.", "complexity": "O(1)", "group": "string", "since": "6.2.0", |