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

10 lines
134 B
PHP

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