-
Notifications
You must be signed in to change notification settings - Fork 133
Open
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
Metadata
Metadata
Assignees
Labels
No labels