How to call redis2-nginx-module or any other module from another module

Wandenberg Peixoto wandenberg at gmail.com
Tue Aug 12 14:01:02 UTC 2014


By default redis2-nginx-module execute some commands on redis and return
the redis response to the client directly.
So you receive something like
+OK
$5
world

If you want to manipulate this response on you nginx.conf ("config") you
have to do more work, probably using another language like lua.
If you are ok with your client receiving this kind of answer you do not
have to worry.


On Tue, Aug 12, 2014 at 10:36 AM, ajaybodhe <nginx-forum at nginx.us> wrote:

> Thanks @wandenberg.
>
> Can you clarify more on, what do you mean by getting the value from
> "config"
> :
>
> But, if you want to get the value from your "config" and use it there,
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,252501,252506#msg-252506
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140812/cd85a33e/attachment.html>


More information about the nginx mailing list