Example #1
0
 public function test_Watch()
 {
     $this->assertEquals('watch key', $this->redis->watch('key'));
 }