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 8
8
This module is under active development and is production ready.
9
9
10
10
Version
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
13
13
September 2013.
14
14
15
15
Synopsis
@@ -6289,9 +6289,16 @@ See Also
6289
6289
* lua-resty-dns (<http://github.com/agentzh/lua-resty-dns>) library
6290
6290
based on ngx_lua cosocket.
6291
6291
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
+
6292
6296
* lua-resty-string (<http://github.com/agentzh/lua-resty-string>)
6293
6297
library based on LuaJIT FFI (<http://luajit.org/ext_ffi.html>).
6294
6298
6299
+ * lua-resty-lock (<http://github.com/agentzh/lua-resty-lock>) library
6300
+ for a nonblocking simple lock API.
6301
+
6295
6302
* Routing requests to different MySQL queries based on URI arguments
6296
6303
(<http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs>)
6297
6304
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This module is under active development and is production ready.
18
18
Version
19
19
=======
20
20
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.
22
22
23
23
Synopsis
24
24
========
@@ -5509,7 +5509,9 @@ See Also
5509
5509
* [ lua-resty-mysql] ( http://github.com/agentzh/lua-resty-mysql ) library based on ngx_lua cosocket.
5510
5510
* [ lua-resty-upload] ( http://github.com/agentzh/lua-resty-upload ) library based on ngx_lua cosocket.
5511
5511
* [ 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.
5512
5513
* [ 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.
5513
5515
* [ Routing requests to different MySQL queries based on URI arguments] ( http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs )
5514
5516
* [ Dynamic Routing Based on Redis and Lua] ( http://openresty.org/#DynamicRoutingBasedOnRedis )
5515
5517
* [ 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.
10
10
11
11
= Version =
12
12
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.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -5317,7 +5317,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5317
5317
* [http://github.com/agentzh/lua-resty-mysql lua-resty-mysql ] library based on ngx_lua cosocket.
5318
5318
* [http://github.com/agentzh/lua-resty-upload lua-resty-upload ] library based on ngx_lua cosocket.
5319
5319
* [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.
5320
5321
* [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.
5321
5323
* [http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs Routing requests to different MySQL queries based on URI arguments ]
5322
5324
* [http://openresty.org/#DynamicRoutingBasedOnRedis Dynamic Routing Based on Redis and Lua ]
5323
5325
* [http://openresty.org/#UsingLuaRocks Using LuaRocks with ngx_lua ]
You can’t perform that action at this time.
0 commit comments