We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31e6a44 + 349d761 commit 91575b7Copy full SHA for 91575b7
redis/cache.py
@@ -50,6 +50,7 @@ def cache(self):
50
pass
51
52
@cache.setter
53
+ @abstractmethod
54
def cache(self, value):
55
56
0 commit comments