<?php

namespace Predis\Commands;

class SetBit extends Command {
    public function getId() {
        return 'SETBIT';
    }
}