redis-config.yml 585 Bytes
redis:
    gwNoSyncRedis :
        servers:
            - ${redis.gateway.twemproxy.addresses}
        auth: ${redis.gateway.password}
        cleanMq:
            addresses:
                ${rabbit.cacheclean.producer.host}
    gwRecoveryRedis :
         servers:
            - ${redis.gateway.twemproxy.addresses}
         auth: ${redis.gateway.password}
    yohoNoSyncRedis :
        servers:
            - ${redis.notsync.twemproxy.addresses}
        auth: ${redis.notsync.twemproxy.auth}
        cleanMq:
            addresses:
                ${rabbit.cacheclean.producer.host}