Skip to content

Commit 91575b7

Browse files
authored
Merge branch 'master' into fix-async-client-safety
2 parents 31e6a44 + 349d761 commit 91575b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def cache(self):
5050
pass
5151

5252
@cache.setter
53+
@abstractmethod
5354
def cache(self, value):
5455
pass
5556

0 commit comments

Comments
 (0)