vertx / io.vertx.rxjava.redis / RedisClient / persist

persist

open fun persist(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

Remove the expiration from a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return