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

10 lines
129 B
PHP

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