Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle exceptions on close in JedisSentinelPool #2102

Merged
merged 1 commit into from Nov 24, 2019

Commits on Nov 22, 2019

  1. Handle exceptions on close

    When returning a Jedis object to the pool, handle any exceptions and still
    return the connection to prevent deadlock.
    This is similar to issue redis#791 but for the JedisSentinelPool.
    Talon876 committed Nov 22, 2019
    Copy the full SHA
    4208300 View commit details
    Browse the repository at this point in the history