From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../src/commands/client-no-touch.json | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/client-no-touch.json (limited to 'examples/redis-unstable/src/commands/client-no-touch.json') diff --git a/examples/redis-unstable/src/commands/client-no-touch.json b/examples/redis-unstable/src/commands/client-no-touch.json deleted file mode 100644 index 4cf7b72..0000000 --- a/examples/redis-unstable/src/commands/client-no-touch.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "NO-TOUCH": { - "summary": "Controls whether commands sent by the client affect the LRU/LFU of accessed keys.", - "complexity": "O(1)", - "group": "connection", - "since": "7.2.0", - "arity": 3, - "container": "CLIENT", - "function": "clientCommand", - "command_flags": [ - "NOSCRIPT", - "LOADING", - "STALE" - ], - "acl_categories": [ - "CONNECTION" - ], - "reply_schema": { - "const": "OK" - }, - "arguments": [ - { - "name": "enabled", - "type": "oneof", - "arguments": [ - { - "name": "on", - "type": "pure-token", - "token": "ON" - }, - { - "name": "off", - "type": "pure-token", - "token": "OFF" - } - ] - } - ] - } -} -- cgit v1.2.3