module Riak::Crdt

Container module for Convergent Replicated Data Type features.

Constants

DEFAULT_BUCKET_TYPES

These are the default bucket types for the three top-level data types. Broadly, CRDTs require allow_mult to be enabled, and the ‘datatype` property to be set to the appropriate atom (`counter`, `map`, or `set`).