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

10 lines
147 B
PHP

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