vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / persistAwait

persistAwait

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

Remove the expiration from a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return