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

10 lines
150 B
PHP

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