예제 #1
0
 public RedisConnection(RedisOptions opt)
 {
     this.opt = opt;
 }
예제 #2
0
 public RedisClient(RedisOptions opt)
 {
     this.con = new RedisConnection(opt);
     this.log = opt.Log;
 }