Do Redis streams benefit from Cluster mode? Imagine you had 10 streams, would they be distributed across the cluster or all on the same node? I'm planning on using Redis streams for really high throughput (2m+ messages/s) so I'm worried about the performance of Redis streams at this scale.
Any guidance towards scaling Redis streams horizontally would be awesome if it doesn't scale out of the box in Cluster mode.