Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-02 | 1.0 kB | |
v3.0.0 source code.tar.gz | 2025-05-02 | 147.8 kB | |
v3.0.0 source code.zip | 2025-05-02 | 487.4 kB | |
Totals: 3 Items | 636.2 kB | 0 |
Added
- ⚠️ Added support for transactions for clustered connections (#1497)
- Added support for RESP3 communication protocol (#1047)
- Added support for RESP3 push notifications (#1316)
- Added support for Sharded Pub/Sub (#1303)
- Added support for
XGROUP
commands (#1324) - Added support for
XREADGROUP
command (#1327) - Added support for
XAUTOCLAIM
command (#1328) - Added support for
XINFO
commands (#1331) - Added support for Redis 7.4
XREAD
andHSCAN
interface changes (#1452)
Changed
- ⚠️ Refactored Relay integration (#1423)
- ⚠️ Changed interface of
CLIENT
command (#1337) - ⚠️ Changed interfaces for commands to support Redis 6.2 — 7.0 arguments (#1330)
- ⚠️ Changed default search
DIALECT
to2
(#1516) - ⚠️ Implemented PSR-7 compatible stream abstraction (#1450)
- ⚠️ Improved pipeline abstractions (#1438)
- ⚠️ Improved connection handshake (#1431)
Fixed
- Fixed single persistent connection using the same resource (#1512)