Latest jedis SDK support?
Open
@gresrun is already working on this.
Since Jan 1, 2026.
Discussion
- Dominant language
- Java
- Stars
- 630
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
We are planning to upgrade our Redis deployment to Redis 7.4 and currently rely on Jesque for background jobs and workers.
While evaluating the upgrade, we noticed that Jesque depends on an older version of Jedis. Given the Redis major version gap, we’re concerned about potential compatibility issues (protocol changes, command behavior, or client-side assumptions) when running Jesque against Redis 7.x.
We wanted to check:
- Is Jesque officially compatible with Redis 7.x?
- Are there any known issues or limitations when using Jesque with newer Redis versions?
- Are there plans to upgrade the Jedis dependency to a more recent, actively maintained version?
- Any viable alternative to jesque which we can use?
Thanks in advance
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.