Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *as.Client
Client is shared for all examples
View Source
var Host = flag.String("h", "127.0.0.1", "Aerospike server seed hostnames or IP addresses")
Host is shared for all examples
View Source
var Namespace = flag.String("n", "test", "Aerospike namespace.")
Namespace is shared for all examples
View Source
var Password = flag.String("P", "", "Aerospike password.")
Password is shared for all examples
View Source
var Policy = as.NewPolicy()
Policy is shared for all examples
View Source
var Port = flag.Int("p", 3000, "Aerospike server seed hostname or IP address port number.")
Port is shared for all examples
View Source
var Set = flag.String("s", "testset", "Aerospike set name.")
Set is shared for all examples
View Source
var User = flag.String("U", "", "Aerospike username.")
User is shared for all examples
View Source
var WritePolicy = as.NewWritePolicy(0, 0)
WritePolicy is shared for all examples
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.