vertx / io.vertx.redis / RedisTransaction / clientSetname

clientSetname

abstract 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.

Since
Redis 2.6.9 group: server