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