xiaohei
Results
1
comments of
xiaohei
I added some additional packaging to him, achieving my goal ```python redis_config = commonConfig["redis"] cache_opts = { 'cache.type': 'ext:redis', 'cache.url': f"redis://default:{redis_config['password']}@{redis_config['host']}:{redis_config['port']}", 'cache.prefix': "file" } _cache = CacheManager(**cache_opts) def cache(*cache_args, **cache_kwargs):...