1:修改jsp-api冲突导致swagger日志界面出现jsp报错的问题
2:修改日志查询为先查询总量在查询数据的逻辑
This commit is contained in:
@@ -187,11 +187,9 @@ redis.timeout=100000
|
||||
#一般当此值设置过大时,容易报:Too many Cluster redirections
|
||||
redis.maxRedirects=3
|
||||
|
||||
#3A-redis集群配置
|
||||
redis.cluster.host1=192.168.10.205
|
||||
redis.cluster.port1:7031
|
||||
redis.cluster.port2:7032
|
||||
redis.cluster.port3:7033
|
||||
redis.cluster.port4:7034
|
||||
redis.cluster.port5:7035
|
||||
redis.cluster.port6:7036
|
||||
#3A-redis集群配置,如果需要执行数据同步需要在集群中执行LPUSH SyncRedisToCluster "1"
|
||||
redis.cluster.host1=192.168.10.192
|
||||
redis.cluster.host2=192.168.10.193
|
||||
redis.cluster.port1=7001
|
||||
redis.cluster.port2=7002
|
||||
redis.cluster.port3=7003
|
||||
|
||||
Reference in New Issue
Block a user