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

10 lines
136 B
PHP

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