Predis v3.0 introduces support for new communication protocol RESP3 and new features based on it.
Breaking Changes
- Refactored Relay integration (#1423)
- Changed interface of
CLIENTcommand (#1337) - Changed interfaces for commands to support Redis 6.2—7.0 arguments (#1330)
Added
- Added support for RESP3 communication protocol (#1047)
- Added support for Push notifications (#1316)
- Added support for Sharded Pub/Sub (#1303)
- Added support for
XGROUPcommands (#1324) - Added support for
XREADGROUPcommand (#1327) - Added support for
XAUTOCLAIMcommand (#1328) - Added support for
XINFOcommands (#1331) - Added support for Redis Gears triggered functions API (#1348)