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

10 lines
139 B
PHP

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