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

10 lines
152 B
PHP

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