Riak Elixir Client v1.1.6 Riak.CRDT.Counter View Source

Counter data-type on Riak 2.0.

Link to this section Summary

Functions

Decrement a counter on the amount defaulting in 1

Increment a counter on the amount defaulting in 1

Create a new counter

Get the original value as a number

Link to this section Functions

Link to this function decrement(counter, amount \\ 1) View Source

Decrement a counter on the amount defaulting in 1

Link to this function increment(counter, amount \\ 1) View Source

Increment a counter on the amount defaulting in 1

Create a new counter

Get the original value as a number