mirror of
https://github.com/predis/predis.git
synced 2026-08-21 18:50:57 +00:00
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ZSetIncrementBy extends Command {
|
|
public function getId() { return 'ZINCRBY'; }
|
|
}
|