From ed1e541dc6d92974a9eb686a60a5cf18c4faca77 Mon Sep 17 00:00:00 2001 From: Vitaly Chirkov Date: Sun, 19 Oct 2014 00:39:57 +0400 Subject: [PATCH] Add missing doc for zincrby in ClientInterface --- src/ClientInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 42a2856b..f216c470 100644 --- a/src/ClientInterface.php +++ b/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)