Skip to content

Commit

Permalink
Lua网络编程基础知识
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Mar 15, 2017
1 parent edcc99e commit 328e860
Show file tree
Hide file tree
Showing 36 changed files with 18 additions and 1 deletion.
Empty file removed .vscode/last.sql
Empty file.
Empty file removed .vscode/temp.sql
Empty file.
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.
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.
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.
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.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
## Redis、Lua、Nginx好玩

## <a name="index"/>目录
* [Lua网络编程基础知识](#title)
* Lua基础
* Lua进阶
* [Nginx开发从入门到精通](#line)
* Lua基础
* Lua进阶
* [Lua脚本开发Nginx](#text)
* 普通文本
* 单行文本
* [Lua脚本运行Redis](#line)

* [链接](#link)

## Redis、Lua、Nginx一起工作事迹
* 解决一个set_by_lua $sum 命令受上下文限制的解决思路,已完美解决
- [x] [API disabled in the context of set_by_lua](https://github.com/openresty/lua-nginx-module/issues/275)
* 解决2
* 解决3

## Redis执行Lua脚本示例
### Lua 基本语法
Expand Down

0 comments on commit 328e860

Please sign in to comment.