Files
predis/lib/Predis/Commands/StringDecrementBy.php
T
2011-04-25 12:39:21 +02:00

10 lines
140 B
PHP

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