Exemple #1
0
 public function test_SlaveOf()
 {
     $this->assertEquals('slaveof host port', $this->redis->SlaveOf('host', 'port'));
 }