precommit
This commit is contained in:
@@ -9,6 +9,7 @@ import logging
|
||||
logger = logging.getLogger("\t[services.redis]\t")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
class RedisCache:
|
||||
def __init__(self, uri=REDIS_URL):
|
||||
self._uri: str = uri
|
||||
|
Reference in New Issue
Block a user