Skip to content

Commit

Permalink
Remove obsolete attribute (redis version compatibility) (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-trofimtschuk authored Jun 5, 2024
1 parent 8c68d2f commit 74c1937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion redis_tasks/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def configure_from_dict(self, dct):


class RTRedis(redis.StrictRedis):
RESPONSE_CALLBACKS = redis.StrictRedis.RESPONSE_CALLBACKS

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ python-dateutil==2.8.2
# via croniter
pytz==2022.7
# via -r requirements.in
redis==4.3.5
redis==5.0.1
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand Down

0 comments on commit 74c1937

Please sign in to comment.