Registry / database / aerospike-aerospike-client-go-v5

aerospike-aerospike-client-go-v5

JSON →
library5.11.0gogounverified

A Go client library for connecting to and interacting with an Aerospike cluster.

go get github.com/aerospike/aerospike-client-go/v5
INSTALL
IMPORT
SIG · AEROSPIKE-AEROSPIK
A
aerospike-aerospike-client-go-v5
databasegov5.11.0
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/v5

Connect to an Aerospike cluster.

package main import ( "fmt" "github.com/aerospike/aerospike-client-go/v5" ) func main() { client, err := aerospike.NewClient("localhost", 3000) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues
breakingBreaking changes between v4 and v5: the client API has been restructured.
fix
Refer to the migration guide when upgrading from v4.
affects: >=5.0.0
Upgrade
Version history
5.11.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
aerospike-aerospike-client-go-v5 — go get aerospike-aerospike-client-go-v5 · libregistry