Skip to content

Conversation

Vampirea
Copy link

@Vampirea Vampirea commented Apr 3, 2024

Implemented read-write separation function based on Redis Sentinel, balancing read request load to all slave, Support Redis high availability and failover.

Copy link
Contributor

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First of all thank you for using Jedis and for trying to improve it.

  1. The term slave is either removed or deprecated.
  2. Currently our focus is more towards UnifiedJedis (with the help of CommandExecutor, ConnectionProvider, etc.) compared to Jedis and Pool. So, at this moment, whether you implement this with Jedis and Pool or not, we prefer an implementation with UnifiedJedis.
  3. It would be great if this can be done in JedisSentineled with some configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants