open fun clientSetname(name: String, handler: Handler<AsyncResult<String>>): RedisClient
Set the current connection name
name - New name for current connection
name
handler - Handler for the result of this call.
handler
Return