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

10 lines
132 B
PHP

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