summaryrefslogtreecommitdiffstats
path: root/webservice/src/main/resources/redis.properties
blob: 4c37bce76cf5a1fcaea2383c43253fd1a3da5453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#redis setting
redis.host=localhost
redis.port=6379
redis.password=appmarket
redis.maxIdle=300
redis.maxActive=600
redis.maxWait=1000
redis.testOnBorrow=true
#time unit=minutes
redis.timeout=10
redis.refreshtimeout=72

fep.local.cache.capacity=10000