wa0x6e / php-resque-ex

PHP port of resque (Workers and Queueing), with phpredis support, and more logging options
MIT License
137 stars 92 forks source link

Feature Request: Cluster support for phpredis #45

Open mdurn opened 8 years ago

mdurn commented 8 years ago

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)?