소스 검색

添加了一点从redis导数据到mongodb的代码.

王刚 3 년 전
부모
커밋
0cde9e6fc8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      CSserver/Lib1/Config.cs

+ 0 - 3
CSserver/Lib1/Config.cs

@@ -1,9 +1,7 @@
 using System.IO;
 using MySql.Data.MySqlClient;
 using StackExchange.Redis;
-
  
-
 public class Config
 {
 
@@ -15,7 +13,6 @@ public class Config
 
     public string mongo => GameOnline ? "mongodb://localhost:27017" : "mongodb://localhost:27017";
 
-
     /// <summary>
     /// 结束倒计时
     /// </summary>