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

brick_server client API enhancement - 'reversed' option for get_many/5 #24

Open
tatsuya6502 opened this issue Aug 7, 2015 · 2 comments
Assignees
Milestone

Comments

@tatsuya6502
Copy link
Member

As of Hibari 0.1.11, get_many/5 results are always sorted in key's alphabetical ascending order. Add 'reversed' option that makes the results to be sorted in reversed (descending) order.

@tatsuya6502 tatsuya6502 added this to the v0.3 milestone Aug 7, 2015
@tatsuya6502 tatsuya6502 self-assigned this Aug 7, 2015
@tatsuya6502
Copy link
Member Author

Implemented 'reversed' option: f38dfec

Also updated the release notes for v0.3.0: hibari/hibari@6aa3e42

I'll update QuickCheck test model to test this option, and also update the API document on read the docs. I'll do them when I have more time. I'll keep this GH issue open until then.

@tatsuya6502
Copy link
Member Author

A minor update. Removed an unused function clause: a10e7d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant