TOUCH

Usage:
TOUCH key [ key ...]
Complexity:
O(N) where N is the number of keys that will be touched.
Since:
3.2.1

Alters the last access time of a key(s). A key is ignored if it does not exist.

Examples

SET key1 "Hello"
SET key2 "World"
TOUCH key1 key2