Add redis support, remove userID cache

This commit is contained in:
Nyo
2016-11-15 20:36:29 +01:00
parent ef940771d8
commit a6292c7374
6 changed files with 39 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ except:
DATADOG_PREFIX = "peppy"
application = None
db = None
redis = None
conf = None
banchoConf = None
tokens = tokenList.tokenList()
@@ -31,7 +32,6 @@ schiavo = schiavo.schiavo()
dog = datadogClient.datadogClient()
verifiedCache = {}
chatFilters = None
userIDCache = {}
pool = None
ircServer = None
busyThreads = 0