mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
tag v2.4.1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
## Changelog
|
||||
|
||||
## Unreleased
|
||||
## v2.4.1 (2025-11-12)
|
||||
### Fixed
|
||||
- Fixed return type for `ZCOUNT` to be `int` (#1546)
|
||||
- Removed automatic `conn_uid` parameter assignment (#1551)
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ use Traversable;
|
||||
*/
|
||||
class Client implements ClientInterface, IteratorAggregate
|
||||
{
|
||||
public const VERSION = '2.4.0';
|
||||
public const VERSION = '2.4.1';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user