vertx / io.vertx.reactivex.redis / RedisClient / rxSwapdb

rxSwapdb

open fun rxSwapdb(index1: Int, index2: Int): Single<String>

Swaps two Redis databases

Parameters

index1 - index of first database to swap

index2 - index of second database to swap

Return