We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7257 commit 6686e67Copy full SHA for 6686e67
app/caches.py
@@ -11,12 +11,13 @@
11
12
SETTINGS = get_settings()
13
14
+REDIS_URL = None
15
if SETTINGS.rediscloud_url:
16
REDIS_URL = SETTINGS.rediscloud_url
17
LOGGER.info("Using Rediscloud")
-else:
18
- REDIS_URL = SETTINGS.local_redis_url
19
- LOGGER.info("Using Local Redis")
+# else:
+# REDIS_URL = SETTINGS.local_redis_url
20
+# LOGGER.info("Using Local Redis")
21
22
23
@functools.lru_cache()
0 commit comments