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

10 lines
134 B
PHP

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