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

10 lines
139 B
PHP

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