File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 88 This module is under active development and is production ready.
99
1010Version
11- This document describes ngx_lua v0.8.10
12- (<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 22
11+ This document describes ngx_lua v0.9.0
12+ (<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 29
1313 September 2013.
1414
1515Synopsis
@@ -6289,9 +6289,16 @@ See Also
62896289 * lua-resty-dns (<http://github.com/agentzh/lua-resty-dns>) library
62906290 based on ngx_lua cosocket.
62916291
6292+ * lua-resty-websocket
6293+ (<http://github.com/agentzh/lua-resty-websocket>) library for both
6294+ WebSocket server and client, based on ngx_lua cosocket.
6295+
62926296 * lua-resty-string (<http://github.com/agentzh/lua-resty-string>)
62936297 library based on LuaJIT FFI (<http://luajit.org/ext_ffi.html>).
62946298
6299+ * lua-resty-lock (<http://github.com/agentzh/lua-resty-lock>) library
6300+ for a nonblocking simple lock API.
6301+
62956302 * Routing requests to different MySQL queries based on URI arguments
62966303 (<http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs>)
62976304
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This module is under active development and is production ready.
1818Version
1919=======
2020
21- This document describes ngx_lua [ v0.8.10 ] ( https://github.com/chaoslawful/lua-nginx-module/tags ) released on 22 September 2013.
21+ This document describes ngx_lua [ v0.9.0 ] ( https://github.com/chaoslawful/lua-nginx-module/tags ) released on 29 September 2013.
2222
2323Synopsis
2424========
@@ -5509,7 +5509,9 @@ See Also
55095509* [ lua-resty-mysql] ( http://github.com/agentzh/lua-resty-mysql ) library based on ngx_lua cosocket.
55105510* [ lua-resty-upload] ( http://github.com/agentzh/lua-resty-upload ) library based on ngx_lua cosocket.
55115511* [ lua-resty-dns] ( http://github.com/agentzh/lua-resty-dns ) library based on ngx_lua cosocket.
5512+ * [ lua-resty-websocket] ( http://github.com/agentzh/lua-resty-websocket ) library for both WebSocket server and client, based on ngx_lua cosocket.
55125513* [ lua-resty-string] ( http://github.com/agentzh/lua-resty-string ) library based on [ LuaJIT FFI] ( http://luajit.org/ext_ffi.html ) .
5514+ * [ lua-resty-lock] ( http://github.com/agentzh/lua-resty-lock ) library for a nonblocking simple lock API.
55135515* [ Routing requests to different MySQL queries based on URI arguments] ( http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs )
55145516* [ Dynamic Routing Based on Redis and Lua] ( http://openresty.org/#DynamicRoutingBasedOnRedis )
55155517* [ Using LuaRocks with ngx_lua] ( http://openresty.org/#UsingLuaRocks )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This module is under active development and is production ready.
1010
1111= Version =
1212
13- This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.8.10 ] released on 22 September 2013.
13+ This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.9.0 ] released on 29 September 2013.
1414
1515= Synopsis =
1616<geshi lang="nginx">
@@ -5317,7 +5317,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
53175317* [http://github.com/agentzh/lua-resty-mysql lua-resty-mysql ] library based on ngx_lua cosocket.
53185318* [http://github.com/agentzh/lua-resty-upload lua-resty-upload ] library based on ngx_lua cosocket.
53195319* [http://github.com/agentzh/lua-resty-dns lua-resty-dns ] library based on ngx_lua cosocket.
5320+ * [http://github.com/agentzh/lua-resty-websocket lua-resty-websocket ] library for both WebSocket server and client, based on ngx_lua cosocket.
53205321* [http://github.com/agentzh/lua-resty-string lua-resty-string ] library based on [http://luajit.org/ext_ffi.html LuaJIT FFI ].
5322+ * [http://github.com/agentzh/lua-resty-lock lua-resty-lock ] library for a nonblocking simple lock API.
53215323* [http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs Routing requests to different MySQL queries based on URI arguments ]
53225324* [http://openresty.org/#DynamicRoutingBasedOnRedis Dynamic Routing Based on Redis and Lua ]
53235325* [http://openresty.org/#UsingLuaRocks Using LuaRocks with ngx_lua ]
You can’t perform that action at this time.
0 commit comments