Categorygithub.com/gozix/aerospike
2.0.0
Repository: https://github.com/gozix/aerospike.git
Documentation: pkg.go.dev

# README

GoZix Aerospike

License Documentation

Release Build Status Go Report Card Code Coverage

The bundle provide aerospike integration to GoZix application.

Installation

go get github.com/gozix/aerospike/v2

Dependencies

Configuration example

{
  "aerospike_cluster": {
    "nodes": [
      "127.0.0.1:3000"
    ],
    "idle_timeout": "5m"
  }
}

Documentation

You can find documentation on pkg.go.dev and read source code if needed.

Questions

If you have any questions, feel free to create an issue.

# Packages

No description provided by the author