Skip to content

Commit 328e860

Browse files
committed
Lua网络编程基础知识
1 parent edcc99e commit 328e860

36 files changed

+18
-1
lines changed

.vscode/last.sql

Whitespace-only changes.

.vscode/temp.sql

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
## Redis、Lua、Nginx好玩
1+
2+
## <a name="index"/>目录
3+
* [Lua网络编程基础知识](#title)
4+
* Lua基础
5+
* Lua进阶
6+
* [Nginx开发从入门到精通](#line)
7+
* Lua基础
8+
* Lua进阶
9+
* [Lua脚本开发Nginx](#text)
10+
* 普通文本
11+
* 单行文本
12+
* [Lua脚本运行Redis](#line)
13+
14+
* [链接](#link)
15+
16+
## Redis、Lua、Nginx一起工作事迹
217
* 解决一个set_by_lua $sum 命令受上下文限制的解决思路,已完美解决
318
- [x] [API disabled in the context of set_by_lua](https://github.com/openresty/lua-nginx-module/issues/275)
19+
* 解决2
20+
* 解决3
421

522
## Redis执行Lua脚本示例
623
### Lua 基本语法

0 commit comments

Comments
 (0)