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