Closed mngan closed 3 years ago
We should also take advantage of this PR to change "CACHE_DATABASE": int(os.environ.get("REDIS_DATABASE", 0)),
to "DATABASE": int(os.environ.get("REDIS_DATABASE", 0)),
and same thing for the second occurrence of it.