redis-config.yml 370 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 pool: maxTotal: 80 maxIdle: 10 minIdle: 5 maxWaitMillis: 2000 testOnBorrow: false testWhileIdle: true redis: yohoSearchRedis: cluster: false sync: false auth: timeout: 1000 servers: - 192.168.102.216:6379 readOnly: - 192.168.102.216:6379 primary: no