redis-config.yml 956 Bytes
pool:
    maxTotal: 80
    maxIdle: 10
    minIdle: 5
    maxWaitMillis: 2000
    testOnBorrow: false
    testWhileIdle: true

redis:
    yohoSearchRedis:
        cluster: true
        sync: false
        auth:
        timeout: 1000
        servers:
        - 192.168.103.35:6379
        - 192.168.103.35:6379
        - 192.168.103.35:6379
        readOnly:
        - 192.168.103.35:6379
        - 192.168.103.35:6379
        - 192.168.103.35:6379
        primary: no

    yohoSearchBigDataRedis:
        cluster: false
        sync: false
        auth:
        timeout: 1000
        servers:
        - 192.168.102.216:6379
        readOnly:
        - 192.168.102.216:6379
        primary: no

    yohoNoSyncRedis:
        cluster: false
        sync: false
        auth:
        timeout: 1000
        servers:
        - 192.168.102.211:6379
        readOnly:
        - 192.168.102.211:6379
        primary: no