suspend fun RedisClient.touchManyAwait(keys: List<String>): Long
Alters the last access time of a key(s). Returns the number of existing keys specified.
keys - list of keys
keys
handler -
handler
Return