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