소스 검색

初始化redis

lcl 4 달 전
부모
커밋
35a1e6cd79
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Startup.cs

+ 1 - 0
Startup.cs

@@ -108,6 +108,7 @@ namespace MySystem
             MySystemLib.SystemPublicFuction.dbtables = tables;
 
             RedisDbconn.csredis = new CSRedis.CSRedisClient(Configuration["Setting:RedisConnStr"]);
+            KxsRedisDbconn.csredis = new CSRedis.CSRedisClient(Configuration["Setting:KxsRedisConnStr"]);
         }
 
         // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.