akira / exq

Job processing library for Elixir - compatible with Resque / Sidekiq
Other
1.51k stars 182 forks source link

Redis Backend Support #137

Closed fishtreesugar closed 8 years ago

fishtreesugar commented 8 years ago

As mention previoursly , my colleague @zhongwencool add the supporting of Redix and he implement a cluster wrapper for Redix too!

My question is what is a better way to add redix to exq? use an adapter of redis or replace eredis by redix?

akira commented 8 years ago

Hi @fishtreesugar,

Thanks! Is it possible to tie in Redix with using connection pool (#128)? The adapter is a nice to have, however I think for me the pool would be higher priority if we are already switching to Redix (similar to https://github.com/whatyouhide/redix#using-redix-in-the-real-world).

akira commented 8 years ago

Provided by #136