vertx / io.vertx.rxjava.redis / RedisTransaction / rename

rename

open fun rename(key: String, newkey: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Rename a key

Parameters

key - Key string to be renamed

newkey - New key string

handler - Handler for the result of this call.

Return