summaryrefslogtreecommitdiff
path: root/src/commands/client-no-touch.json
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2023-02-23 16:56:52 +0800
committerGitHub <noreply@github.com>2023-02-23 10:56:52 +0200
commit61acf515bca88210291edf8353153b4f76083d64 (patch)
tree0f7f53c32c3a5763f89c1336d211a74ec8402be7 /src/commands/client-no-touch.json
parent897c3d522c6814b1853b767795a18565c047133e (diff)
downloadredis-61acf515bca88210291edf8353153b4f76083d64.tar.gz
Add missing since filed for new CLIENT NO-TOUCH command (#11829)
CLIENT NO-TOUCH added in #11483, but forgot to add the since field in the JSON file. This PR adds the since field to it with a value of 7.2.0
Diffstat (limited to 'src/commands/client-no-touch.json')
-rw-r--r--src/commands/client-no-touch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/client-no-touch.json b/src/commands/client-no-touch.json
index 71292e952..f59320f21 100644
--- a/src/commands/client-no-touch.json
+++ b/src/commands/client-no-touch.json
@@ -3,6 +3,7 @@
"summary": "Controls whether commands sent by the client will alter the LRU/LFU of the keys they access.",
"complexity": "O(1)",
"group": "connection",
+ "since": "7.2.0",
"arity": 3,
"container": "CLIENT",
"function": "clientCommand",
@@ -33,4 +34,4 @@
}
]
}
-} \ No newline at end of file
+}