hibari / gdss-brick

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

brick_server client API enhancement - 'include_start_key' option for get_many/5 #25

Open tatsuya6502 opened 9 years ago

tatsuya6502 commented 9 years ago

As of Hibari 0.1.11, get_many/5 is start-key-exclusive; a result set does not include StartKey but starts with the very next key.

Add 'include_start_key' option to make get_many/5 start-key-inclusive.

tatsuya6502 commented 9 years ago

Implemented 'include_start_key' option: https://github.com/hibari/gdss-brick/commit/c728988240c99aeedceab9f2ae49a48458848d13

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

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.