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

8 lines
124 B
PHP

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