summaryrefslogtreecommitdiff
path: root/src/commands/getrange.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/getrange.json')
-rw-r--r--src/commands/getrange.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/getrange.json b/src/commands/getrange.json
index f54836535..82bb72326 100644
--- a/src/commands/getrange.json
+++ b/src/commands/getrange.json
@@ -1,6 +1,6 @@
{
"GETRANGE": {
- "summary": "Get a substring of the string stored at a key",
+ "summary": "Returns a substring of the string stored at a key.",
"complexity": "O(N) where N is the length of the returned string. The complexity is ultimately determined by the returned length, but because creating a substring from an existing string is very cheap, it can be considered O(1) for small strings.",
"group": "string",
"since": "2.4.0",