LeanKit-Labs / riaktive

A Riak API abstraction built on riakpbc that aims for simplicity.
MIT License
2 stars 7 forks source link

Allow additional riakpbc options like parse_values #22

Open Downchuck opened 9 years ago

Downchuck commented 9 years ago

riakpbc has additional options which could be passed through on the createClient call. A particularly useful one is the parse_values option, which turns on and off the parsing of values vs the returning of a raw buffer.

Downchuck commented 9 years ago

The connection method is kind of a mess, could be cleaned up. It's hard to tell that options can be passed in: https://github.com/LeanKit-Labs/riaktive/blob/master/src/index.js#L18