aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-standalone/src/assembly/resources/apiroute/ext/redisConf/redis.properties
blob: 939e35ba0c90e5c1ac09be2624c177db80cb9208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
redis.host=127.0.0.1
redis.port=6379
#connectionTimeout
redis.connectionTimeout=2000
#redis dbIndex,defaule:0
redis.db_index=0

#--------------redis pool config--------------
#maxTotal
redis.pool.maxTotal=50
#maxIdle
redis.pool.maxIdle=30
#maxWaitMillis:ms
redis.pool.maxWaitMillis=5000
#testOnBorrow
redis.pool.testOnBorrow=false
#testOnReturn
redis.pool.testOnReturn=true