(Assuming you have a working `client` and a stream named `stream`) When trying to call `client.XREAD('STREAMS', 'stream', '0')` the code throws a `TypeError: Invalid argument type` exception. I think it's a bug, equivalent redis command is `XREAD STREAMS stream 0` and runs without issue through redis-cli.