mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
Merge branch 'master' into caching-with-redis
Conflicts: app/celery/tasks.py tests/app/celery/test_tasks.py
This commit is contained in:
@@ -8,7 +8,6 @@ class RedisClient:
|
||||
|
||||
def init_app(self, app):
|
||||
self.active = app.config.get('REDIS_ENABLED')
|
||||
|
||||
if self.active:
|
||||
self.redis_store.init_app(app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user