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

10 lines
133 B
PHP

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