示例#1
0
文件: Main.cs 项目: bjornudd/redisU
 private static void Log(string command, Constants.KeyType type)
 {
     Console.WriteLine(command + "\t-\t" + type.ToString());
 }
示例#2
0
文件: Main.cs 项目: bjornudd/redisU
 private static void Log(string command, Constants.StatusCode status)
 {
     Console.WriteLine(command + "\t-\t" + status.ToString());
 }