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

Rank members #6

Merged
merged 5 commits into from Mar 15, 2012
Merged

Rank members #6

merged 5 commits into from Mar 15, 2012

Conversation

czarneckid
Copy link
Member

  • Added rank_members(members_and_scores) and rank_members_in(leaderboard_name, members_and_scores) allowing you to pass in some variable number of member_name, score and so on or an actual array of those data items. Use this method to do bulk insert of data, but be mindful of the amount of data you are inserting since a single transaction can get quite large.

David Czarnecki and others added 5 commits March 14, 2012 20:20
* Added `rank_members(members_and_scores)` and `rank_members_in(leaderboard_name, members_and_scores)` allowing you to pass in an array of `member_name, score, member_name, score` and so on. Use this method to do bulk insert of data, but be mindful of the amount of data you are inserting since a single transaction can get quite large.
* Bump version to 2.0.5
czarneckid pushed a commit that referenced this pull request Mar 15, 2012
@czarneckid czarneckid merged commit b289d99 into master Mar 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant