Closed dod-adamk closed 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.
zadd
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.