vertx / io.vertx.rxjava.redis / RedisClient / rxSelect

rxSelect

open fun rxSelect(dbindex: Int): Single<String>

Change the selected database for the current connection

Parameters

dbindex - Index identifying the new active database

Return