content/commands/client-no-touch.md
The CLIENT NO-TOUCH command controls whether commands sent by the client will alter the LRU/LFU of the keys they access.
When turned on, the current client will not change LFU/LRU stats, unless it sends the [TOUCH]({{< relref "/commands/touch" >}}) command.
When turned off, the client touches LFU/LRU stats just as a normal client.
| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | |
{{< multitabs id="client-no-touch-return-info" tab1="RESP2" tab2="RESP3" >}}
One of the following:
OK if the command was successful.-tab-sep-
One of the following:
OK if the command was successful.{{< /multitabs >}}