XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key …] id [id …]
Some details:
If COUNT is unset, it reads EVERYTHING.
The ID field is an EXCLUSIV...
Problem
Want to read from replicas and only write to the master, to reduce master loads.
Solution
Create read-only clients using NewFailOverClient(opt) with ...