As soon as you include multiple redis hosts, the current library falls back to using Redisent (RedisentCluster). It looks like RedisentCluster is doing consistent hashing to manage which Redis host to communicate with. It seems like the same could be done for phpredis and the fallback would not be necessary (when using phpredis)?
As soon as you include multiple redis hosts, the current library falls back to using Redisent (RedisentCluster). It looks like RedisentCluster is doing consistent hashing to manage which Redis host to communicate with. It seems like the same could be done for phpredis and the fallback would not be necessary (when using phpredis)?