pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

Update to support renaming of LuaLock to Lock in redis-py #214

Closed kraptor closed 5 years ago

kraptor commented 5 years ago

This patch keeps backsward compatibility with old versions of redis-py by importing old name before, then the new one.

sylvinus commented 5 years ago

thanks!