vertx / io.vertx.reactivex.redis / RedisClient / renamenx

renamenx

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

Rename a key, only if the new key does not exist

Parameters

key - Key string to be renamed

newkey - New key string

handler - Handler for the result of this call.

Return