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