v2.2.0
Features
- Added the methods
Has([]byte) bool
andHasString(string) bool
to*goriak.Set
. - The value of a
*goriak.Counter
is now updated after callingExec()
. *goriak.Set
and*goriak.Counter
are now initialised if not already set when callingCommand.Set()
.
Bugfixes
*goriak.Counter
internalincreaseBy
value is now reset after each successfulExec()
.