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

10 lines
152 B
PHP

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