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

Make RedisCache thread-safe #38

Merged
merged 1 commit into from
Mar 14, 2015
Merged

Make RedisCache thread-safe #38

merged 1 commit into from
Mar 14, 2015

Commits on Mar 14, 2015

  1. [breaking change] Switch RedisCache from Jedis to JedisPool

    Turns out that Jedis instances aren't thread-safe. If you want to be
    thread-safe, the correct way to use Jedis is via a JedisPool.
    cb372 committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    ed8e91d View commit details
    Browse the repository at this point in the history