suspend fun RedisClient.blpopManyAwait(keys: List<String>, seconds: Int): JsonArray
Remove and get the first 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