resquebundle / resque

ResqueBundle for Symfony 4+
MIT License
50 stars 29 forks source link

Use callback for redis backend. #32

Closed jianzhong closed 6 years ago

jianzhong commented 6 years ago

chrisboulton/php-resque is able to set redis server with a callback. This will allow us to use Predis instead of Credis (see https://github.com/chrisboulton/php-resque/issues/248) as redis client. Predis supports multiple redis sentinels whilst Credis doesn't.

I have made some effort to use callback in this resquebundle without luck. Can someone point me to the right direction please? Thanks.

jianzhong commented 6 years ago

I've forked this repo and made some good progress on using Predis, but have encountered a few other issues through.