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

10 lines
136 B
PHP

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