Skip to content

Commit db833d9

Browse files
committed
强烈建议使用ngx Lua APi 接口(非阻塞的),而不是Lua自身的API(阻塞的)
1 parent 7e7188a commit db833d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
+ [openresty扫描代码全局变量](#Openresty_all-var)
3636
+ [Lua HTTP状态常量](#Openresty_http_status_constants)
3737
+ [ngx Lua APi 介绍使用](#Openresty_ngx_api_used)
38+
+ [连接数据库](#Openresty_connent_redis)
3839
+ [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
3940
+ [Redis执行Lua脚本基本用法](#Redis_Run_Lua)
4041
+ [Ngx_lua 写入Redis数据,通过CURL请求](#Ngx_lua_write_Redis)
@@ -522,7 +523,7 @@
522523
<html><body>Session started. <a href=/test>Check if it is working</a>!</body></html>
523524
OpenResty Fan Tinywan Anonymous
524525
```
525-
#### <a name="Openresty_ngx_api_used"/> Lua 权限验证
526+
#### <a name="Openresty_ngx_api_auth"/> Lua 权限验证
526527
+ Lua 一个HLS的简单地址访问权限验证
527528
+ Nginx.conf 配置
528529
```Lua
@@ -577,7 +578,7 @@
577578
+ [简单测试:lua-msyql-test.lua](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Openresty/lua-resty-mysql/lua-msyql-test.lua)
578579
#### <a name="Openresty_resty-srcache"/> srcache-nginx-module 扩展 ([nginx下的一个缓存模块](https://github.com/openresty/srcache-nginx-module))
579580
+ [openresty–redis–srcache缓存的应用](http://www.xtgxiso.com/openresty-redis-srcache-nginx-module%e7%bc%93%e5%ad%98%e7%9a%84%e5%ba%94%e7%94%a8/)
580-
#### <a name="Openresty_ngx_api_used"/> openresty扫描代码全局变量
581+
#### <a name="Openresty_ngx_adddd"/> openresty扫描代码全局变量
581582
+ 在OpenResty中需要避免全局变量的使用,为此春哥写了一个perl工具,可以扫描openresty lua代码的全局变量
582583
+ [https://github.com/openresty/openresty-devel-utils/blob/master/lua-releng](https://github.com/openresty/openresty-devel-utils/blob/master/lua-releng)
583584
+ 用法相当简单

0 commit comments

Comments
 (0)