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

10 lines
148 B
PHP

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