Esempio n. 1
0
 public function testGetUniqueId()
 {
     $this->conn1->prepareConnect('host123');
     $this->conn2->prepareConnect('host14');
     $this->assertSame('host14:6379-host123:6379', $this->set->getUniqueId());
 }