提交 253a2372 作者: 薛凌堃

redis连接修改

上级 0cdf68ae
...@@ -253,7 +253,7 @@ class BaseCore: ...@@ -253,7 +253,7 @@ class BaseCore:
charset='utf8mb4') charset='utf8mb4')
self.cursor_ = self.cnx_.cursor() self.cursor_ = self.cnx_.cursor()
# 连接到Redis # 连接到Redis
self.r = redis.Redis(host="114.115.236.206", port=6379, password='clbzzsn', db=0) self.r = redis.Redis(host="114.116.90.53", port=6380, password='clbzzsn', db=0)
self.pool_caiji = PooledDB( self.pool_caiji = PooledDB(
creator=pymysql, creator=pymysql,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论