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

10 lines
139 B
PHP

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