summaryrefslogtreecommitdiff
path: root/src/commands/setrange.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/setrange.json')
-rw-r--r--src/commands/setrange.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/setrange.json b/src/commands/setrange.json
index f9d61dfa3..32a8c521a 100644
--- a/src/commands/setrange.json
+++ b/src/commands/setrange.json
@@ -1,6 +1,6 @@
{
"SETRANGE": {
- "summary": "Overwrite part of a string at key starting at the specified offset",
+ "summary": "Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.",
"complexity": "O(1), not counting the time taken to copy the new string in place. Usually, this string is very small so the amortized complexity is O(1). Otherwise, complexity is O(M) with M being the length of the value argument.",
"group": "string",
"since": "2.2.0",