Selaa lähdekoodia

本地调试环境的redis改到2.236【6378】

gaodm 5 vuotta sitten
vanhempi
commit
40b73ee327

+ 2 - 2
config-server/src/main/resources/shared/knowledgeman-service-local.yml

@@ -81,9 +81,9 @@ spring:
   #redis
   redis:
     database:
-      cache: 9 # Redis缓存索引
+      cache: 6 # Redis缓存索引
     host: 192.168.2.236  #Redis服务器地址
-    port: 6379 # Redis服务器连接端口
+    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool: