-
Notifications
You must be signed in to change notification settings - Fork 104
Getting Started
Mira Dytko edited this page Jun 8, 2022
·
6 revisions
:::caution Aerospike deprecated our C libevent Client Library. Please use the standard C Client, which supports asynchronous programming models. :::
Download and build the Aerospike libevent client library. The download package includes source code, header files, example files, and other resources.
Run the examples. In the various examples directories at the top of each main.c, there is a description of the test.
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