<?php namespace Predis\Commands; class GetBit extends Command { public function getId() { return 'GETBIT'; } }