vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / touchManyAwait

touchManyAwait

suspend fun RedisClient.touchManyAwait(keys: List<String>): Long

Alters the last access time of a key(s). Returns the number of existing keys specified.

Parameters

keys - list of keys

handler -

Return