wxp651 commented on issue #8534:
URL: https://github.com/apache/shardingsphere/issues/8534#issuecomment-741581114


   > 请显示您的配置。
   
   There are too many configuration files. Here, only the relevant ones are 
displayed
   
   1、rediscluster
   
   
[shardingjdbc.docx](https://github.com/apache/shardingsphere/files/5664065/shardingjdbc.docx)
   
[spring-daorw.docx](https://github.com/apache/shardingsphere/files/5664066/spring-daorw.docx)
   
   -config.xml
   <!-- redission配置 -->
   <redisson:client id="redissonClient" netty-threads="20" threads="20">
   <redisson:cluster-servers
                   idle-connection-timeout="${redisson.idleConnectionTime}"
                   connect-timeout="${redisson.connectTimeout}"
                   timeout="${redisson.timeout}"
                   retry-attempts="${redisson.retryAttempts}"
                   retry-interval="${redisson.retryInterval}"
                   scan-interval="${redisson.scanInterval}">
   <redisson:node-address value="${redisson.hostAndPort1}" />
   <redisson:node-address value="${redisson.hostAndPort2}" />
   <redisson:node-address value="${redisson.hostAndPort3}" />
   <redisson:node-address value="${redisson.hostAndPort4}" />
   <redisson:node-address value="${redisson.hostAndPort5}" />
   <redisson:node-address value="${redisson.hostAndPort6}" />
   </redisson:cluster-servers>
   </redisson:client>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to