v3.1.0
Added
- Add experimental support for vector sets commands (#1550)
- Added support for
XACKcommand (#1555) - Added support for
XCLAIMcommand (#1557) - Added support for
XPENDINGcommand (#1558) - Added support for
XSETIDcommand (#1559) - Added validation and support for the new
BITOPcommand operations (#1566)
Changed
- Handle and retry
LOADINGerrors from Sentinel replicas (#1536) - Retry all exceptions from Sentinel replicas (#1577)
Fixed
- Fixed PHP 8.4 deprecated call to
stream_context_set_option()(#1545) - Fixed return type for
ZCOUNTto beint(#1547) - Fixed throwing
CommunicationExceptionwhen stream is EOF (#1548) - Removed automatic
conn_uidparameter assignment (#1552) - Fixed wrong command API call on prefix processing (#1554)
- Fixed
XREADresponse parsing while read null (#1563) - Fixed
XINFOcommand responses parsing (#1560) - Marked missing commands as Prefixable (#1576)