소스 검색

Add missing doc for zincrby in ClientInterface

Vitaly Chirkov 10 년 전
부모
커밋
a3300949fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/ClientInterface.php

+ 1 - 0
src/ClientInterface.php

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