![]() |
lua module config
Definition at line 100 of file src/include/aerospike/as_config.h.
#include "as_config.h"
Data Fields | |
bool | cache_enabled |
char | system_path [AS_CONFIG_PATH_MAX_SIZE] |
char | user_path [AS_CONFIG_PATH_MAX_SIZE] |
bool as_config_lua::cache_enabled |
Enable caching of UDF files in the client application.
Definition at line 106 of file src/include/aerospike/as_config.h.
char as_config_lua::system_path |
The path to the system UDF files. These UDF files are installed with the aerospike client library. Default location defined in: AS_CONFIG_LUA_SYSTEM_PATH
Definition at line 113 of file src/include/aerospike/as_config.h.
char as_config_lua::user_path |
The path to user's UDF files. Default location defined in: AS_CONFIG_LUA_USER_PATH
Definition at line 119 of file src/include/aerospike/as_config.h.