Closed
Description
We need to extend NRedisStack, to add support for Redis Clusters. To do so, we need to validate that:
- Commands can get sent in the OSS cluster scenario #122
- Commands can be sent to specific nodes within a cluster #123
- Specific commands are broadcast, in the OSS cluster scenario #124
A working cluster is available via this repository which should make it easier, to integrate into CI.