vertx / io.vertx.reactivex.redis / RedisClient / select

select

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

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