public function testGetBit() { $this->rediska->setBit($this->key->getName(), 2, 1); $reply = $this->key->getBit(2); $this->assertEquals(1, $reply); }