mirror of
https://github.com/predis/predis.git
synced 2026-08-17 14:53:57 +00:00
Compare commits
2 Commits
7bd5426348
...
1d7f035ec0
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d7f035ec0 | |||
| f97b473fe1 |
@@ -7,6 +7,7 @@
|
||||
|
||||
### Fixed
|
||||
- Fixed Sentinel does not wipe servers on exception caused (#1694)
|
||||
- Fixed `@method cmsincrby()` annotation
|
||||
|
||||
## v3.5.1 (2026-06-11)
|
||||
### Added
|
||||
|
||||
@@ -128,7 +128,7 @@ use Predis\Command\Redis\VADD;
|
||||
* @method $this cfinsertnx(string $key, int $capacity = -1, bool $noCreate = false, string ...$item)
|
||||
* @method $this cfreserve(string $key, int $capacity, int $bucketSize = -1, int $maxIterations = -1, int $expansion = -1)
|
||||
* @method $this cfscandump(string $key, int $iterator)
|
||||
* @method $this cmsincrby(string $key, string|int...$itemIncrementDictionary)
|
||||
* @method $this cmsincrby(string $key, string|int ...$itemIncrementDictionary)
|
||||
* @method $this cmsinfo(string $key)
|
||||
* @method $this cmsinitbydim(string $key, int $width, int $depth)
|
||||
* @method $this cmsinitbyprob(string $key, float $errorRate, float $probability)
|
||||
|
||||
Reference in New Issue
Block a user