我在缓存中的键是这样的 /notifications/api/v1/faq 缓存中的每个键都以 / 开头
from django.core.cache import cache
print("keys",cache.keys("/*"))
当我尝试打印密钥时出现此错误
'RedisCache' object has no attribute 'keys'
我在缓存中的键是这样的 /notifications/api/v1/faq 缓存中的每个键都以 / 开头
from django.core.cache import cache
print("keys",cache.keys("/*"))
当我尝试打印密钥时出现此错误
'RedisCache' object has no attribute 'keys'