{ "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" } ] } ] } }