Forráskód Böngészése

Update cacheconfig.json

zhontai 5 éve
szülő
commit
e412455042
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      Admin.Core/configs/cacheconfig.json

+ 3 - 3
Admin.Core/configs/cacheconfig.json

@@ -1,7 +1,7 @@
 {
-  //»º´æÀàÐÍ Memory = 0,Redis = 1
-  "type": 1,
-  //RedisÅäÖÃ
+  //缓存类型 Memory = 0,Redis = 1
+  "type": 0,
+  //Redis�置
   "redis": {
     "connectionString": "127.0.0.1:6379,password=,defaultDatabase=2"
   }