Commit 5b01d7b4 authored by 耿鸿飞's avatar 耿鸿飞

feature order工程怎敢redis配置

parent 04eabc78
......@@ -114,3 +114,30 @@ cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[dev-goods : test-goods : goods : common]
[order : common]
[prod-order : order : common]
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18136/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[perf-order : order : common]
[test-order : order : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[dev-order : test-order : order : common]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment