Procházet zdrojové kódy

Add missing doc for zincrby in ClientContextInterface.

[ci skip]
Daniele Alessandri před 10 roky
rodič
revize
dc984ca60d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/ClientContextInterface.php

+ 1 - 0
src/ClientContextInterface.php

@@ -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)