예제 #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());
 }