Registry / database / aerospike-aerospike-client-go

aerospike-aerospike-client-go

JSON →
library4.5.2+incompatiblegogounverified

Package aerospike-client-go provides a Go client for the Aerospike NoSQL database.

go get github.com/aerospike/aerospike-client-go
INSTALL
IMPORT
SIG · AEROSPIKE-AEROSPIK
A
aerospike-aerospike-client-go
databasegov4.5.2+incompatible
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

Connects to Aerospike and retrieves a record by key.

package main import ( "fmt" as "github.com/aerospike/aerospike-client-go" ) func main() { client, err := as.NewClient("127.0.0.1", 3000) if err != nil { panic(err) } defer client.Close() key, _ := as.NewKey("test", "demo", "key1") record, err := client.Get(nil, key) if err != nil { panic(err) } fmt.Println(record.Bins) }
Debug
Known issues
breakingVersion 4.x uses a different API than 3.x; some methods have changed signatures.
fix
Refer to the migration guide when upgrading from v3.
affects: >=4.0.0
Upgrade
Version history
4.5.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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