Divide the MSB source codes into two repos
[msb/apigateway.git] / apiroute / apiroute-standalone / src / assembly / resources / apiroute / ext / redisConf / redis.properties
1 redis.host=127.0.0.1
2 redis.port=6379
3 #connectionTimeout
4 redis.connectionTimeout=2000
5 #redis dbIndex,defaule:0
6 redis.db_index=0
7
8 #--------------redis pool config--------------
9 #maxTotal
10 redis.pool.maxTotal=50
11 #maxIdle
12 redis.pool.maxIdle=30
13 #maxWaitMillis:ms
14 redis.pool.maxWaitMillis=5000
15 #testOnBorrow
16 redis.pool.testOnBorrow=false
17 #testOnReturn
18 redis.pool.testOnReturn=true