Files
predis/lib/Predis/Commands/HashIncrementBy.php
T
2011-03-04 19:37:10 +01:00

8 lines
127 B
PHP

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