abstract fun clientSetname(name: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Set the current connection name
name - New name for current connection
handler - Handler for the result of this call.
Since
Redis 2.6.9 group: server