aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/src/test/resources/ext/redisConf/redis.properties
blob: 37037480e0976672ffcbe243fac832af4f79ca66 (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=500
#maxIdle
redis.pool.maxIdle=100
#maxWaitMillis:ms
redis.pool.maxWaitMillis=15000
#testOnBorrow
redis.pool.testOnBorrow=false
#testOnReturn
redis.pool.testOnReturn=true