```sh python -c "while log := __import__('redis').Redis().brpop('log'): print(log[1].decode())" ```