疯狂的狮子Li
2023-10-25 23e85c5b9c67691030245203268c98e9acd6d951
ruoyi-common/ruoyi-common-redis/src/main/java/org/dromara/common/redis/config/RedisConfig.java
@@ -96,7 +96,7 @@
     * redis集群配置 yml
     *
     * --- # redis 集群配置(单机与集群只能开启一个另一个需要注释掉)
     * spring:
     * spring.data:
     *   redis:
     *     cluster:
     *       nodes:
@@ -108,7 +108,7 @@
     *     # 连接超时时间
     *     timeout: 10s
     *     # 是否开启ssl
     *     ssl: false
     *     ssl.enabled: false
     *
     * redisson:
     *   # 线程池数量