mirror of
https://github.com/predis/predis.git
synced 2026-08-22 11:10:59 +00:00
8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ListPopLastPushHeadBlocking extends Command {
|
|
public function getId() { return 'BRPOPLPUSH'; }
|
|
}
|