Skip to content

Add Redis Sentinel support and local integration tests for ebean-redis#3782

Open
leehaut wants to merge 1 commit into
ebean-orm:masterfrom
leehaut:hotfix/lance-common-1
Open

Add Redis Sentinel support and local integration tests for ebean-redis#3782
leehaut wants to merge 1 commit into
ebean-orm:masterfrom
leehaut:hotfix/lance-common-1

Conversation

@leehaut

@leehaut leehaut commented Jun 9, 2026

Copy link
Copy Markdown
  • Add Redis Sentinel deployment mode to ebean-redis, while keeping standalone as the default (fully backward compatible).
  • Generalize Redis connectivity from JedisPool to Pool<Jedis> so both standalone and sentinel pools work with existing cache and pub/sub logic.
  • Add optional local integration tests that run against a real Redis instance configured via redis-local.yml.
  • Guard against NPE when L2 table-modification messages arrive before createCacheNotify() registers a listener.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant