v2.2.0
Predis v2.2.0 introduces official support for Redis Stack as well as a Relay integration for substantially faster read performance.
Added
- Added support for Relay (#1263)
- Added support for
FCALL_RO
command (#1191) - Added support for Redis
JSON
,Bloom
,Search
andTimeSeries
module (#1253) - Added support for
ACL SETUSER, GETUSER, DRYRUN
commands (#1193)
Changed
- Minor code style and type-hint changes (#1311)
Fixed
- Fixed prefixes for
XTRIM
andXREVRANGE
commands (#1230) - Fixed
fclose()
being called on invalid stream resource (#1199) - Fixed
BitByte
andExpireOptions
traits skip processing on null values (#1169) - Fixed missing
@return
annotations (#1265) - Fixed
GETDEL
prefixing (#1306)
Contributors
We'd like to thank all the contributors who worked on this release!
@jessarcher, @nicolas-grekas, @p-jahn, @tillkruss and @vladvildanov