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

10 lines
130 B
PHP

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