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

10 lines
158 B
PHP

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