hibari / gdss-brick

http://hibari.github.com/hibari-doc/
Other
11 stars 2 forks source link

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

Open tatsuya6502 opened 9 years ago

tatsuya6502 commented 9 years ago

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 commented 9 years ago

Implemented 'reversed' option: https://github.com/hibari/gdss-brick/commit/f38dfec72576f63743646bb0f524bde0fd6233cd

Also updated the release notes for v0.3.0: https://github.com/hibari/hibari/commit/6aa3e42f5578a2ac5e82a29852aadd9e52fb17bd

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 commented 9 years ago

A minor update. Removed an unused function clause: https://github.com/hibari/gdss-brick/commit/a10e7d0a9b673cfd2107360a150b4fda7765d2f7