package
4.5.2+incompatible
Repository: https://github.com/stackadapt/aerospike-client-go.git
Documentation: pkg.go.dev

# Functions

NewArray generates a new Array instance.
NewBool generates a new Boolean instance.
NewInt generates a newVal Int instance.
NewQueue creates a new queue with initial size.
NewSyncVal creates a new instance of SyncVal.

# Structs

Array implement a fixed width array with atomic semantics.
Bool implements a synchronized boolean value.
Int implements an int value with atomic semantics.
Queue is a non-blocking FIFO queue.
SyncVal allows synchronized access to a value.