suspend fun RedisTransaction.brpopAwait(key: String, seconds: Int): String
Remove and get the last element in a list, or block until one is available
key - Key string identifying a list to watch
key
seconds - Timeout in seconds
seconds
Return