abstract fun persist(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Remove the expiration from a key
key - Key string
key
handler - Handler for the result of this call.
handler
Since Redis 2.2.0 group: generic