Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

added support for JedisSentinelPool #101

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

xargsgrep
Copy link

updated sedis to 1.2.0 which in turn depends on jedis-2.2.2-SNAPSHOT

app.configuration.getLong("redis.pool.minEvictableIdleTimeMillis").map { poolConfig.setMinEvictableIdleTimeMillis(_) }
app.configuration.getLong("redis.pool.softMinEvictableIdleTimeMillis").map { poolConfig.setSoftMinEvictableIdleTimeMillis(_) }
app.configuration.getBoolean("redis.pool.lifo").map { poolConfig.setLifo(_) }
app.configuration.getBoolean("redis.pool.blockWhenExhausted").map { poolConfig.setBlockWhenExhausted(_) }
Copy link
Author

Choose a reason for hiding this comment

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

the new version of jedis now depends on commons pool 2

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

Successfully merging this pull request may close these issues.

1 participant