The bundle provide aerospike integration to GoZix application.
go get github.com/gozix/aerospike/v2
{
"aerospike_cluster": {
"nodes": [
"127.0.0.1:3000"
],
"idle_timeout": "5m"
}
}
You can find documentation on pkg.go.dev and read source code if needed.
If you have any questions, feel free to create an issue.