浏览代码

Merge remote-tracking branch 'github/pr/218' into v1.0

Daniele Alessandri 10 年之前
父节点
当前提交
ffdb17dacc
共有 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)