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

10 lines
123 B
PHP

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