vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / touchAwait

touchAwait

suspend fun RedisClient.touchAwait(key: String): Long

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

Parameters

key - Key String

handler -

Return