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

10 lines
149 B
PHP

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