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

10 lines
133 B
PHP

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