mirror of
https://github.com/predis/predis.git
synced 2026-08-23 21:29:38 +00:00
Add missing doc for zincrby in ClientInterface
This commit is contained in:
committed by
Daniele Alessandri
parent
cc51db9009
commit
ed1e541dc6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user