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

10 lines
134 B
PHP

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