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.
1 parent 60fd6f9 commit 349d761Copy full SHA for 349d761
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