<?php

namespace Predis\Commands;

class Set extends Command {
    public function getCommandId() { return 'SET'; }
}