Anatoly Sergeev
Anatoly Sergeev
I simulated redis node failover and this shows that no errors returns and send commands waits answer forever SingleNodeExecutor doesn't throw connection errors, timeout errors, it is hanging forever
We can add support for some commands like it's been done in [lettuce](https://github.com/lettuce-io/lettuce-core/wiki/Redis-Cluster#cross-slot-command-execution-and-cluster-wide-execution-for-selected-commands) Regular Redis Cluster commands are limited to single-slot keys operation – either single key commands or multi-key...
Add new executor that will be supporting [Redis Sentinel](https://redis.io/docs/management/sentinel/)