Arguments
*List[str]
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.
redis.touch("key1", "key2", "key3")
Alters the last access time of one or more keys
redis.touch("key1", "key2", "key3")
Was this page helpful?