vertx / io.vertx.redis / RedisTransaction / select

select

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

Since
Redis 1.0.0 group: connection