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