瀏覽代碼

Update cacheconfig.json

zhontai 5 年之前
父節點
當前提交
e412455042
共有 1 個文件被更改,包括 3 次插入3 次删除
  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"
   }