瀏覽代碼

添加了一点从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>