mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Add missing doc for zincrby in ClientContextInterface.
[ci skip]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user