Files
predis/lib/Predis/Commands/GetBit.php
T

10 lines
129 B
PHP

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