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

10 lines
149 B
PHP

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