We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61906 commit e4a157fCopy full SHA for e4a157f
src/ngx_http_redis2_util.h
@@ -11,9 +11,9 @@
11
#endif
12
13
14
-char * ngx_http_redis2_set_complex_value_slot(ngx_conf_t *cf,
+char *ngx_http_redis2_set_complex_value_slot(ngx_conf_t *cf,
15
ngx_command_t *cmd, void *conf);
16
-ngx_http_upstream_srv_conf_t * ngx_http_redis2_upstream_add(
+ngx_http_upstream_srv_conf_t *ngx_http_redis2_upstream_add(
17
ngx_http_request_t *r, ngx_url_t *url);
18
ngx_int_t ngx_http_redis2_build_query(ngx_http_request_t *r,
19
ngx_array_t *queries, ngx_buf_t **b);
0 commit comments