When I browse through the source code, I can see that redis utils can search for multiple owners of a slot.
slots_with_multiple_owners . Code reference is here : https://github.com/redis/redis/blob/6.2.6/src/redis-cli.c#L5375
- How can we enable the above flag when we are using
redis-cli --cluster check <ip|port> - How do we get into scenarios in which multiple pods have same keys with conflicting values or keep owning the same slots.
Thanks in advance.