On Tuesday, January 20, 2015 at 6:30:07 PM UTC+2, James Hurst wrote:
Hi,
The table of parameters to "request_pipeline" is just a Lua table. You can populate it however you like, by loading values from a external resource or hardcoding inline as per the example documentation. Where are you getting stuck? Is the question "how do I load data from a Redis list?" or are you unsure about the syntax of "request_pipeline" ?
Hi,
My question is, say for example my external file looks like:
/pathTo/request1.php
/pathTo/request2.php
/pathTo/request3.php
/pathTo/request4.php
how do I consume that from within openresty into the correct format to use as part of a pipelined request.
-G