|
|
redis:
|
|
|
yohoNoSyncRedis :
|
|
|
servers:
|
|
|
- ${redis.union.readonly.proxy.address}
|
|
|
- ${redis.union.readonly.proxy.address}:${redis.union.readonly.proxy.port}
|
|
|
cleanMq:
|
|
|
addresses:
|
|
|
${rabbit.cacheclean.producer.host} |
|
|
yohoSyncRedis :
|
|
|
servers:
|
|
|
- ${redis.union.proxy.address}:${redis.union.proxy.port}
|
|
|
readOnly:
|
|
|
- ${redis.union.readonly.proxy.address}:${redis.union.readonly.proxy.port}
|
|
|
sync:
|
|
|
true |
|
|
\ No newline at end of file |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|