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

More pipelining #58

Merged
merged 1 commit into from
Sep 16, 2016
Merged

Commits on Jun 14, 2016

  1. reduce number of calls to redis by using more pipelining where possib…

    …le and hmget in place of hget when it makes sense
    
      - add method members_data_for and members_data_for_in which use hmget to get the metadata for multiple members in a single call to redis
      - add protected method rankings_for_members_having_scores_in to pipeline gathering a list of ranks for members
      - make use of those methods in the methods that would benefit
    erichummel committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    52a6028 View commit details
    Browse the repository at this point in the history