28 lines
609 B
Properties
28 lines
609 B
Properties
#redis中心
|
|
#redis.host=122.51.194.184
|
|
redis.host=127.0.0.1
|
|
#单机single 集群cluster
|
|
redis.mode=single
|
|
#redis.port=26739
|
|
redis.port=6379
|
|
redis.password=Aa112211
|
|
redis.maxIdle=100
|
|
redis.maxActive=300
|
|
redis.maxWait=1000
|
|
redis.testOnBorrow=true
|
|
redis.timeout=100000
|
|
# 不需要加入缓存的类
|
|
targetNames=xxxRecordManager,xxxSetRecordManager,xxxStatisticsIdentificationManager
|
|
# 不需要缓存的方法
|
|
methodNames=
|
|
#设置缓存失效时间
|
|
com.service.impl.xxxRecordManager= 60
|
|
com.service.impl.xxxSetRecordManager= 60
|
|
defaultCacheExpireTime=3600
|
|
fep.local.cache.capacity =10000
|
|
|
|
#cluster
|
|
cluster1.host.port=122.51.194.184: 26739
|
|
|
|
|