Riak.CRDT.Register

Encapsulates a binary data to be used on CRDT.Map’s

Summary

Functions

Creates a new register

Creates a new register with the initial value

Set the value on the register

Extracts current value of register

Functions

new()

Creates a new register

new(value)

Creates a new register with the initial value

set(register, value)

Set the value on the register

value(register)

Extracts current value of register