Skip to content

aerospike-examples/async-c-tutorial

Repository files navigation

Async C Tutorial

Demonstrate async programming in Aerospike C client.

Prerequisites

One of the following event libraries:

libev 4.20 and above. libuv 1.8.0 and above. libevent 2.0.22 and above.

Aerospike C client package with chosen event library.

Build

make EVENT_LIB=libev|libuv|libevent

Example

make EVENT_LIB=libev

Usage

./target/async_tutorial [-h <host>] [-p <port>] [-n <namespace>] [-s <set>] [-e] [-l]
-e: share event loop
-l: use pipeline writes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published