Demonstrate async programming in Aerospike C client.
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.
make EVENT_LIB=libev|libuv|libevent
Example
make EVENT_LIB=libev
./target/async_tutorial [-h <host>] [-p <port>] [-n <namespace>] [-s <set>] [-e] [-l]
-e: share event loop
-l: use pipeline writes