blob: c238ad1e65af1e3c34a5ccfdad14da3244326700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NGX_HTTP_REDIS2_HANDLER_H
#define NGX_HTTP_REDIS2_HANDLER_H
#include "ngx_http_redis2_module.h"
ngx_int_t ngx_http_redis2_handler(ngx_http_request_t *r);
#endif /* NGX_HTTP_REDIS2_HANDLER_H */
|