Compare commits

...

2 Commits

Author SHA1 Message Date
Till Krüss 1d7f035ec0 update changelog 2026-07-06 07:06:36 -07:00
Kyle f97b473fe1 Fix annotation of cmsincrby (#1698) 2026-07-06 07:05:02 -07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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)