├── README.md ├── config ├── ngx_http_shm_dict_module.c ├── ngx_http_shm_dict_module.h ├── ngx_shm_dict.c ├── ngx_shm_dict.h ├── ngx_shm_dict_handler.c └── ngx_shm_dict_handler.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/README.md -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/config -------------------------------------------------------------------------------- /ngx_http_shm_dict_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_http_shm_dict_module.c -------------------------------------------------------------------------------- /ngx_http_shm_dict_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_http_shm_dict_module.h -------------------------------------------------------------------------------- /ngx_shm_dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_shm_dict.c -------------------------------------------------------------------------------- /ngx_shm_dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_shm_dict.h -------------------------------------------------------------------------------- /ngx_shm_dict_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_shm_dict_handler.c -------------------------------------------------------------------------------- /ngx_shm_dict_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaohang/ngx_shm_dict/HEAD/ngx_shm_dict_handler.h --------------------------------------------------------------------------------