vertx / io.vertx.rxjava.redis / RedisClient / clientSetname

clientSetname

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

Set the current connection name

Parameters

name - New name for current connection

handler - Handler for the result of this call.

Return