修复编码问题 优化提示

This commit is contained in:
Jalin
2019-01-17 11:21:14 +08:00
parent 1c4e832d87
commit a21bf2264e
5 changed files with 14 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ CLUSTER_ENABLED = 1 # 集群状态
NODE_IS_MASTER = 0 # 是否是主节点
NODE_NAME = 'slave 1' # 节点名称,不能重复
REDIS_HOST = 'localhost' # Redis host
REDIS_PORT = '6379' # Redis post
REDIS_PASSWORD = '' # # Redis 密码 没有可以留空
REDIS_PORT = '6379' # Redis port
REDIS_PASSWORD = '' # Redis 密码 没有可以留空
# 没了,其它配置会自动从主节点同步