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

10 lines
145 B
PHP

<?php
namespace Predis\Commands;
use Predis\Command;
class SetBit extends Command {
public function getCommandId() { return 'SETBIT'; }
}