소스 검색

Add missing doc for zincrby in ClientContextInterface.

[ci skip]
Daniele Alessandri 10 년 전
부모
커밋
dc984ca60d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/ClientContextInterface.php

+ 1 - 0
src/ClientContextInterface.php

@@ -106,6 +106,7 @@ use Predis\Command\CommandInterface;
  * @method $this zadd($key, array $membersAndScoresDictionary)
  * @method $this zcard($key)
  * @method $this zcount($key, $min, $max)
+ * @method $this zincrby($key, $increment, $member)
  * @method $this zinterstore($destination, array $keys, array $options = null)
  * @method $this zrange($key, $start, $stop, array $options = null)
  * @method $this zrangebyscore($key, $min, $max, array $options = null)