GoRiak 2.1.0
API changes
Added new methods for tuneable consistency.
WithPw()
WithDw()
WithW()
WithRr()
WithPr()
WithR()
See the this Riak blog post for more information.
Added functionality
- All chain-able commands can now be performed in any order. Previously the methods
Get()
,SetRaw()
(etc ...) had to be performed last. - Added support for more integer types (
int8
,int16
,int32
,int64
,int
) inGet()
andSet()
. - Ignore fields in
Get()
by using the taggoriak:"-"