Skip to content

GoRiak 2.1.0

Compare
Choose a tag to compare
@zegl zegl released this 06 Nov 16:42
· 42 commits to v2 since this release
fd88720

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) in Get() and Set().
  • Ignore fields in Get() by using the tag goriak:"-"