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

10 lines
139 B
PHP

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