suspend fun RedisTransaction.blpopManyAwait(keys: List<String>, seconds: Int): String
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
handler
- Handler for the result of this call.
Return