Skip to content

Getting Started

Mira Dytko edited this page Jun 9, 2022 · 6 revisions

Getting Started

Aerospike C libevent Client Library has been deprecated, use the standard C Client, which supports asynchronous programming models.

Build Client

Download and build the Aerospike libevent client library. The download package includes source code, header files, example files, and other resources.


Set Up Server


Run Examples

Run the examples. In the various examples directories at the top of each main.c, there is a description of the test.


Begin Developing

Read the following topics to understand how to:

  • Use the event base and threads to interact with the Aerospike libevent client
  • Connect to an Aerospike cluster
  • Read and write a single record