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

10 lines
157 B
PHP

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