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

10 lines
161 B
PHP

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