Add missing doc for zincrby in ClientContextInterface.

[ci skip]
This commit is contained in:
Daniele Alessandri
2014-10-26 10:28:33 +01:00
parent 6db2ca38c2
commit 54d467e530
+1
View File
@@ -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)