Copyright | (c) 2016 Sentenai |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Author: Antonio Nikishaev me@lelf.lu License: Apache Maintainer: Tim McGilchrist timmcgil@gmail.com, Mark Hibberd mark@hibberd.id.au Stability: experimental Portability: portable
CRDT operations
Documentation
counterSendUpdate :: Connection -> BucketType -> Bucket -> Key -> [CounterOp] -> IO () Source #
setSendUpdate :: Connection -> BucketType -> Bucket -> Key -> [SetOp] -> IO () Source #
mapSendUpdate :: Connection -> BucketType -> Bucket -> Key -> [MapOp] -> IO () Source #
get :: Connection -> BucketType -> Bucket -> Key -> IO (Maybe DataType) Source #