Breaking Changes
- Remove deprecated Triggers & Functions support (#1524)
- Changed default
DIALECT
to 2 (#1516) - Implemented PSR-7 compatible stream abstraction (#1450)
- Improved pipeline abstractions (#1438)
- Improved connection handshake (#1431)
- Added support for transactions for clustered connections (#1497)
- Extended ClusterInterface with new
getClusterStrategy()
method (#1497) - Extended StrategyInterface with new
checkSameSlotForKeys()
method that previously was protected (#1497)
Added
- Added Redis 7.4
XREAD
andHSCAN
interface changes (#1452) - Added support for transactions for clustered connections (#1497)
Fixed
- Fixed single persistent connection using the same resource (#1512)