suspend fun RedisTransaction.brpopManyAwait(keys: List<String>, seconds: Int): String
Remove and get the last element in any of the lists, or block until one is available
keys - List of key strings identifying lists to watch
keys
seconds - Timeout in seconds
seconds
Return