Go to the documentation of this file.
33 #include <aerospike/aerospike.h>
34 #include <aerospike/as_key.h>
35 #include <aerospike/as_operations.h>
36 #include <aerospike/as_record.h>
43 #define LOG(_fmt, _args...) { printf(_fmt "\n", ## _args); fflush(stdout); }
46 #define DETAIL(_fmt, _args...) { printf(_fmt "\n", ## _args); fflush(stdout); }
48 #define DETAIL(_fmt, _args...)
56 #define MAX_NAMESPACE_SIZE 32 // based on current server limit
57 #define MAX_SET_SIZE 64 // based on current server limit
81 #define EXAMPLE_BASIC_OPTS "h:p:n:s:k:"
82 #define EXAMPLE_MULTI_KEY_OPTS "h:p:n:s:K:"
94 const char* lua_user_path);