| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.5.3 source code.tar.gz | 2026-06-26 | 1.1 MB | |
| 7.5.3 source code.zip | 2026-06-26 | 1.7 MB | |
| README.md | 2026-06-26 | 855 Bytes | |
| Totals: 3 Items | 2.7 MB | 2 | |
This is a maintenance release with fixes for FT.HYBRID queries and connection pool handshake overhead. Recommended for any deployment using FT.HYBRID with Combiner.as(...) or MultiDbClient.
🐛 Bug Fixes
- Fixes
FT.HYBRIDCOMBINEargument count omittingYIELD_SCORE_AStokens, causing the command to be rejected when a combined-score alias is set viaCombiner.as(...). Fix by @guyroyse in https://github.com/redis/jedis/pull/4575, backported to7.5.xin https://github.com/redis/jedis/pull/4576. - Fixes double initialization of a pooled
ConnectioninTrackingConnectionPool(used byMultiDbClient). https://github.com/redis/jedis/pull/4547, backported to7.5.xin https://github.com/redis/jedis/commit/dd42b3e70707258646029d18f6628f45064b1c60.
Full Changelog: https://github.com/redis/jedis/compare/v7.5.2...v7.5.3