Skip to content

v2.2.0

Compare
Choose a tag to compare
@zegl zegl released this 18 Nov 22:25
· 32 commits to v2 since this release
62eace6

Features

  • Added the methods Has([]byte) bool and HasString(string) bool to *goriak.Set.
  • The value of a *goriak.Counter is now updated after calling Exec().
  • *goriak.Set and *goriak.Counter are now initialised if not already set when calling Command.Set().

Bugfixes

  • *goriak.Counter internal increaseBy value is now reset after each successful Exec().