You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
14
16
15
17
### Added
16
18
- 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
27
29
- Refactored Relay integration (#1423)
28
30
- Changed interface of `CLIENT` command (#1337)
29
31
- 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)
32
32
33
33
### Added
34
34
- Added support for RESP3 communication protocol (#1047)
0 commit comments