1
0

Track memory usage of caches

This commit is contained in:
Erik Johnston
2021-04-23 11:59:43 +01:00
parent a15c003e5b
commit e9f5812eff
4 changed files with 63 additions and 1 deletions
+1
View File
@@ -121,6 +121,7 @@ CONDITIONAL_REQUIREMENTS = {
# hiredis is not a *strict* dependency, but it makes things much faster.
# (if it is not installed, we fall back to slow code.)
"redis": ["txredisapi>=1.4.7", "hiredis"],
"cache_memroy": ["pympler"],
}
ALL_OPTIONAL_REQUIREMENTS = set() # type: Set[str]