Files
predis/lib/Predis/Commands/StringDecrementBy.php
T
2011-10-18 15:51:55 +02:00

12 lines
144 B
PHP

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