Files
SIPAIIS_WMS_JSSW/src/main/resources/redis.properties
2026-01-30 01:38:16 +08:00

26 lines
570 B
Properties

#redis中心
redis.host=122.51.194.184
#单机single 集群cluster
redis.mode=single
redis.port=26739
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