tnm / qr

Queues, stacks, deques, and priority queues with Redis in Python
225 stars 42 forks source link

Redis py 3 compatibility #17

Closed dod-adamk closed 4 years ago

dod-adamk commented 4 years ago

Some of the syntax for redis-py changed from v2 -> v3. Check out he readme for more information.

I added the packaging dependency and a conditional that will apply the correct syntax for the zadd method, which is used in two locations in the code.