You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing that line to query_res = await self.redis_client.zrevrangebyscore(uuid, 0, -1, start=0, num=count) seems to allow it to run with aioredis 2.0.
on line 42 tanner/tanner/api/api.py
same as this issue #416
On that issue afeena suggested to use the develop branch.
I've tried it and got other errors.
The text was updated successfully, but these errors were encountered: