profunktor/redis4cats

Subscribing to a redis stream causes thousands of xread per second

Closed this issue · 0 comments

I noticed that as I subscribe to a Redis stream my network traffic usage goes to the roof for the whole time, even when nothing is being published to that stream.
I believe setting block to 0 milliseconds makes this problem go away. Got a PR ready to be sent unless there's any obvious reason not to do this.