suspend fun RedisClient.brpoplpushAwait(key: String, destkey: String, seconds: Int): String
Pop a value from a list, push it to another list and return it; or block until one is available
key
- Key string identifying the source list
destkey
- Key string identifying the destination list
handler
- Handler for the result of this call.
Return