open fun select(dbindex: Int, handler: Handler<AsyncResult<String>>): RedisClient
Change the selected database for the current connection
dbindex - Index identifying the new active database
handler - Handler for the result of this call.
Return