vertx / io.vertx.reactivex.redis / RedisTransaction / clientSetname

clientSetname

open fun clientSetname(name: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Set the current connection name

Parameters

name - New name for current connection

handler - Handler for the result of this call.

Return