v3.4.0
This release introduces two major improvements: a refactored handshake process and built-in retry support.
The redesigned handshake session delivers up to 25% performance improvement compared to the previous version.
With the newly added retry support, you can automatically retry command execution on transient failures before giving up. This helps mitigate network glitches and delegate error handling to Predis.
For more details, see the documentation.
Added
- Added optional retry support (#1616)
- Added support for
VRANGEcommand (#1623) - Added support for idempotent stream API (#1632)
- Added support for
HOTKEYScontainer command (#1630)