Jamm\Memory\RedisServer::GetBit PHP Метод

GetBit() публичный Метод

public GetBit ( $key, $offset )
    public function GetBit($key, $offset)
    {
        return $this->_send(array('GetBit', $key, $offset));
    }