How to constantly consume and output messages from a stream using redis cli?
I tried the command below, however it only consume the last one message but what I want from the redis cli is to constantly consume and output messages on the screen while the publisher is continuously publishing messages.
XREAD BLOCK 0 STREAMS mystream $