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

[Cache] Fix perf when using RedisCluster by reducing roundtrips to the servers #30518

Merged
merged 1 commit into from Mar 13, 2019

Commits on Mar 11, 2019

  1. [Cache] Fix perf when using RedisCluster by reducing roundtrips to th…

    …e servers
    
    This is slimmed down version of: symfony#28269 _(many of the fixes here are already part of 3.4)_
    
    Adds:
    - Test coverage for Predis with RedisCluster
    - Removes usage of key versioning when on RedisCluster, besides performance aspect of that simplify / aligning clear() handling across cases
    nicolas-grekas authored and andrerom committed Mar 11, 2019
    Copy the full SHA
    dacf179 View commit details
    Browse the repository at this point in the history