sekikn opened a new pull request, #15344: URL: https://github.com/apache/druid/pull/15344
### Description Currently, the redis-cache extension uses Jedis 2.9.0, which was released over seven years ago and [is no longer listed in the official support matrix](https://github.com/redis/jedis#supported-redis-versions). This patch upgrades it to ensure the compatibility with the recent version of Redis and make future upgrades easier, including: * Upgrade Jedis to v5.0.2, the latest version at this writing, and address the API changes and dependency version mismatch. * Replace mock-jedis with jedis-mock, since the former has not been actively maintained any longer and not compatible with recent versions of Jedis. This PR has: - [x] been self-reviewed. - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [x] been tested in a test Druid cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
