vertx / io.vertx.redis / RedisTransaction / persist

persist

abstract fun persist(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Remove the expiration from a key

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 2.2.0 group: generic