Example #1
0
 public function test_SetBit()
 {
     $this->assertEquals('setbit k 5 v', $this->redis->SetBit('k', 5, 'v'));
 }