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

10 lines
150 B
PHP

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