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

Fix getItems() performance issue with RedisCluster (php-redis) #30351

Merged
merged 1 commit into from Feb 23, 2019

Commits on Feb 22, 2019

  1. Fix getItems() performance issue with RedisCluster (php-redis)

    On any kind of multi loads, including tags loading, current code leads to
    an explosion of Redis lookups slowing down performance.
    
    This backports the code for mget() usage from 4.x in order to fix it.
    It's done with one small improvment which would also be relevant for 4.x,
    only using pipeline on cluster on predis as mget is more efficient.
    andrerom committed Feb 22, 2019
    Copy the full SHA
    178506e View commit details
    Browse the repository at this point in the history