예제 #1
0
 public Redis(string poolName)
 {
     _pool = RedisPools.GetInstance(poolName);
 }
예제 #2
0
 public Redis()
 {
     _pool = RedisPools.GetInstance("TestRedisPool");
 }