There was an error while loading. Please reload this page.
1 parent e06d140 commit 63bb591Copy full SHA for 63bb591
redis/client.py
@@ -326,7 +326,9 @@ def __init__(
326
327
self.client_cache = client_cache
328
if cache_enable:
329
- self.client_cache = _LocalChace(cache_max_size, cache_ttl, cache_eviction_policy)
+ self.client_cache = _LocalChace(
330
+ cache_max_size, cache_ttl, cache_eviction_policy
331
+ )
332
if self.client_cache is not None:
333
self.cache_blacklist = cache_blacklist
334
self.cache_whitelist = cache_whitelist
0 commit comments