示例#1
0
 public void flush_all()
 {
     redis.Set("oneKey", "oneValue");
     redis.Set("twoKey", "twoValue");
     redis.FlushAll();
 }