Arguments
...string[]
required
One or more keys.
Response
The number of keys that were touched.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await redis.touch("key1", "key2", "key3");
Alters the last access time of one or more keys
await redis.touch("key1", "key2", "key3");
Was this page helpful?