![]() |
lua module config
Definition at line 76 of file 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 82 of file as_config.h.
char as_config_lua::system_path[AS_CONFIG_PATH_MAX_SIZE] |
The path to the system UDF files. These UDF files are installed with the aerospike client library. Default location is: /opt/aerospike/sys/udf/lua
Definition at line 89 of file as_config.h.
char as_config_lua::user_path[AS_CONFIG_PATH_MAX_SIZE] |
The path to user's UDF files. Default location is: /opt/aerospike/usr/udf/lua
Definition at line 95 of file as_config.h.