mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Fix zrevrangebyscore pipeline annotation
[ci skip]
This commit is contained in:
committed by
Daniele Alessandri
parent
dca201291c
commit
c778843b0d
@@ -118,7 +118,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this zremrangebyrank($key, $start, $stop)
|
||||
* @method $this zremrangebyscore($key, $min, $max)
|
||||
* @method $this zrevrange($key, $start, $stop, array $options = null)
|
||||
* @method $this zrevrangebyscore($key, $min, $max, array $options = null)
|
||||
* @method $this zrevrangebyscore($key, $max, $min, array $options = null)
|
||||
* @method $this zrevrank($key, $member)
|
||||
* @method $this zunionstore($destination, array|string $keys, array $options = null)
|
||||
* @method $this zscore($key, $member)
|
||||
|
||||
Reference in New Issue
Block a user