...
|
...
|
@@ -8,14 +8,14 @@ pool: |
|
|
|
|
|
redis:
|
|
|
yohoSearchRedis:
|
|
|
cluster: ${search.redis.proxy.iscluster}
|
|
|
cluster: ${search.redis.iscluster}
|
|
|
sync: false
|
|
|
auth: ${search.redis.proxy.auth}
|
|
|
auth: ${search.redis.auth}
|
|
|
timeout: 1000
|
|
|
servers:
|
|
|
- ${search.redis.proxy.address}
|
|
|
- ${search.redis.address}:${search.redis.port}
|
|
|
readOnly:
|
|
|
- ${search.redis.proxy.address}
|
|
|
- ${search.redis.address}:${search.redis.port}
|
|
|
primary: no
|
|
|
|
|
|
yohoSearchBigDataRedis:
|
...
|
...
|
|