vertx / io.vertx.rxjava.redis / RedisTransaction / select

select

open fun select(dbindex: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Change the selected database for the current connection

Parameters

dbindex - Index identifying the new active database

handler - Handler for the result of this call.

Return