Ejemplo n.º 1
0
 public RedisClusterClient(string ip, ushort port, string password)
 {
     this.pool = new ConnectionPool(ip, port, password);
 }
Ejemplo n.º 2
0
 public RedisClient(string ip, ushort port)
 {
     this.pool = new ConnectionPool(ip, port);
 }