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 e14ec3d + 91575b7 commit 0aafcfcCopy full SHA for 0aafcfc
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