Redis Cluster without sharding, with the cluster bus for automatic failovers. This setup can support cluster clients and standalone clients and it can replace sentinel. It can bridge the differences between cluster and standalone mode and can be broken down into these features:
- Allow cross-slot commands
- Voting replicas
- Multiple databases (SELECT)
Redis Cluster without sharding, with the cluster bus for automatic failovers. This setup can support cluster clients and standalone clients and it can replace sentinel. It can bridge the differences between cluster and standalone mode and can be broken down into these features: