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

10 lines
146 B
PHP

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