suspend fun RedisClient.swapdbAwait(index1: Int, index2: Int): String
Swaps two Redis databases
index1 - index of first database to swap
index1
index2 - index of second database to swap
index2
handler - Handler for the result of this call.
handler
Return