mirror of
https://github.com/predis/predis.git
synced 2026-09-16 13:27:14 +00:00
tag v3.0.2
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
||||
## Changelog
|
||||
|
||||
## Unreleased
|
||||
### Unreleased
|
||||
### Added
|
||||
### Changed
|
||||
### Fixed
|
||||
|
||||
## v3.0.2 (2025-07-22)
|
||||
### Added
|
||||
- Add experimental support for vector sets commands (#1550)
|
||||
- Added support for `XACK` command (#1555)
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ use Traversable;
|
||||
*/
|
||||
class Client implements ClientInterface, IteratorAggregate
|
||||
{
|
||||
public const VERSION = '3.0.2-dev';
|
||||
public const VERSION = '3.0.2';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user