Skip to content

Commit e838799

Browse files
authored
Update CHANGELOG.md
1 parent 665c981 commit e838799

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
### Breaking Changes
88
- Remove deprecated Triggers & Functions support (#1524)
9-
- Changed default DIALECT to 2 (#1516)
10-
- Added support for transactions for clustered connections (#1497)
9+
- Changed default `DIALECT` to 2 (#1516)
1110
- Implemented PSR-7 compatible stream abstraction (#1450)
1211
- Improved pipeline abstractions (#1438)
1312
- Improved connection handshake (#1431)
13+
- Added support for transactions for clustered connections (#1497)
14+
- Extended ClusterInterface with new `getClusterStrategy()` method (#1497)
15+
- Extended StrategyInterface with new `checkSameSlotForKeys()` method that previously was protected (#1497)
1416

1517
### Added
1618
- Added Redis 7.4 `XREAD` and `HSCAN` interface changes (#1452)
@@ -27,8 +29,6 @@ Predis v3.0 introduces support for new communication protocol [RESP3](https://gi
2729
- Refactored Relay integration (#1423)
2830
- Changed interface of `CLIENT` command (#1337)
2931
- Changed interfaces for commands to support Redis 6.2—7.0 arguments (#1330)
30-
- Extended ClusterInterface with new `getClusterStrategy()` method (#1497)
31-
- Extended StrategyInterface with new `checkSameSlotForKeys()` method that previously was protected (#1497)
3232

3333
### Added
3434
- Added support for RESP3 communication protocol (#1047)

0 commit comments

Comments
 (0)