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

10 lines
155 B
PHP

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