tschellenbach / Stream-Framework

Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:
https://getstream.io/
Other
4.73k stars 542 forks source link

Redis-Py 3.x compatible #242

Open sorkhemiri opened 3 years ago

sorkhemiri commented 3 years ago

is there any problem with traveling from redis-py 2.x to redis-py 3.x?

kkomninos commented 3 years ago

+1 The call to zadd function needs refactoring.