summaryrefslogtreecommitdiff
path: root/src/commands/setex.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/setex.json')
-rw-r--r--src/commands/setex.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/setex.json b/src/commands/setex.json
index a45561a21..1543a41d7 100644
--- a/src/commands/setex.json
+++ b/src/commands/setex.json
@@ -1,6 +1,6 @@
{
"SETEX": {
- "summary": "Set the value and expiration of a key",
+ "summary": "Sets the string value and expiration time of a key. Creates the key if it doesn't exist.",
"complexity": "O(1)",
"group": "string",
"since": "2.0.0",