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

10 lines
132 B
PHP

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