Registry / database / aerospike-aerospike-client-go-v6

aerospike-aerospike-client-go-v6

JSON →
library6.16.1gogounverified

Package aerospike provides a client to connect and interact with an Aerospike cluster.

go get github.com/aerospike/aerospike-client-go/v6
INSTALL
IMPORT
SIG · AEROSPIKE-AEROSPIK
A
aerospike-aerospike-client-go-v6
databasegov6.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aerospike
github.com/aerospike/aerospike-client-go/v6

Connect to an Aerospike cluster

package main import ( "fmt" "github.com/aerospike/aerospike-client-go/v6" ) func main() { client, err := aerospike.NewClient("127.0.0.1", 3000) if err != nil { panic(err) } defer client.Close() fmt.Println("Connected to Aerospike") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.16.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
aerospike-aerospike-client-go-v6 — go get aerospike-aerospike-client-go-v6 · libregistry