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

8 lines
118 B
PHP

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