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

10 lines
146 B
PHP

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