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

Use predis as redis client #43

Closed RTLer closed 8 years ago

RTLer commented 8 years ago

predis is the best option for interaction with redis in this PR i added predis to use instead of Redisent

nrk/predis

amiri27 commented 8 years ago

@wa0x6e Any chance to merge this pull request?

mdurn commented 8 years ago

It seems like this replaces phpredis also, which is my primary reason for using this library due to performance requirements. I don't have as much of an opinion about Redisent being replaced. I wouldn't mind it being the fallback just as Redisent was.