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

8 lines
128 B
PHP

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