Alters the last access time of one or more keys
await redis.touch("key1", "key2", "key3");
One or more keys.
The number of keys that were touched.
Was this page helpful?