Browse Source

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

王刚 3 years ago
parent
commit
0cde9e6fc8
1 changed files with 0 additions and 3 deletions
  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>