chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

How can we get the stable code which makes use of Credis #325

Open yccheok opened 7 years ago

yccheok commented 7 years ago

Hey all,

From https://github.com/chrisboulton/php-resque/issues/50 , I understand that migrate from Redisent to Credis, does fix a bug.

However, when I look at https://github.com/chrisboulton/php-resque/releases , the last tag is 1.2, which is still using Redisent.

May I know how can I get a stable code which makes use of Credis? I prefer not to use dev-master in production. We prefer to have a locked down version.

Thank you.

danhunsaker commented 7 years ago

Your only option, then, is to lock to a specific commit, for now.

Well, you could also use a fork with more recent tags, but that's risky, too.

Avtonom commented 7 years ago

+1

kabudu commented 7 years ago

@danhunsaker do you know if there's been any underground movement on getting some action on the further development of this library? In the interim, I've switched to using the latest tag in your fork!

danhunsaker commented 7 years ago

I'm not aware of any conversations about this outside of GitHub itself, no.

Happy to help!