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

10 lines
170 B
PHP

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