Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConfigValidation is general config validation error message. ErrConfigValidation = errors.New("aerospike config validation error") ErrEmptyHost = fmt.Errorf("%w: host is empty", ErrConfigValidation) ErrEmptyPort = fmt.Errorf("%w: port is empty", ErrConfigValidation) ErrEmptyNamespace = fmt.Errorf("%w: namespace is empty", ErrConfigValidation) )
Config validation errors.
Functions ¶
func IsErrorNotFound ¶
IsErrorNotFound checks error for Aerospike ErrKeyNotFound.
Types ¶
type Client ¶
Client encapsulates an Aerospike cluster. All database operations are available against this object.
Click to show internal directories.
Click to hide internal directories.