Implemented stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from .require_decorators import json_required
|
||||
from .error_handlers import register_all_error_handlers
|
||||
from .healthchecks import register_health_checks
|
||||
from .healthchecks import register_health_checks
|
||||
from .redis_client import redis_client
|
||||
|
||||
3
birb_scheduler/utils/redis_client.py
Normal file
3
birb_scheduler/utils/redis_client.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask_redis import FlaskRedis
|
||||
|
||||
redis_client = FlaskRedis()
|
||||
Reference in New Issue
Block a user