Skip to content

Commit a718611

Browse files
committed
使用Lua脚本实现分布式锁
Signed-off-by: Tinywan <756684177@qq.com>
1 parent 8f5db1a commit a718611

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* [Nginx配置Rtmp支持Hls的直播和点播功能](/Nginx-Rtmp/HLS-live-vod.md)
5252
* [HLS视频直播和点播的Nginx的Location的配置信息(成功)](/Nginx-Rtmp/HLS-live-vod-locatiuon-config.md)
5353

54-
###### PHP 相关
54+
###### 其他
5555
* [Nginx和PHP-FPM的开机自动启动脚本](/PHP/PHP-FPM/config.md)
5656
* [php-fpm/www.conf 的配置 ](/PHP/PHP-FPM/config.md)
5757
* [深入剖析 Web 服务器与 PHP 应用的通信机制 - 掌握 CGI 和 FastCGI 协议的运行原理](https://mp.weixin.qq.com/s/6Kyfvc_N7PhBtFPstgt3MA)
@@ -72,16 +72,15 @@
7272
* [Redis协议规范(译文)](http://www.hchstudio.cn/article/2018/e687/)
7373
* [负载均衡中使用Redis实现共享Session](https://segmentfault.com/a/1190000011558000)
7474
* [Redis 设计与实现](https://github.com/huangz1990/redis-3.0-annotated)
75-
76-
###### PHP 相关
75+
* [为什么分布式一定要有Redis?](https://mp.weixin.qq.com/s/8uii1BzfVfChbH_t5Gk_8Q)
76+
* [使用Lua脚本实现分布式锁](https://www.cnblogs.com/tinywan/p/9643022.html)
7777
* [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php)
7878
* [阿里云Redis开发规范](https://yq.aliyun.com/articles/531067)
7979
* [高可用Redis服务架构分析与搭建](https://mp.weixin.qq.com/s/DA4uhPULaXI-KDKwvLzb8Q)
8080
* [如何轻松搭建电商秒杀系统](https://yq.aliyun.com/articles/277885)
8181

8282
#### Openresty 教程
8383

84-
###### 基础
8584
* [安装默认配置信息](/Openresty/openresty-basic.md)
8685
* [OpenResty 最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/index.html)
8786
* [如何编译一个高性能 OpenResty](https://yq.aliyun.com/articles/228399)
@@ -100,7 +99,6 @@
10099

101100
#### Linux 教程
102101

103-
###### Systemd 入门教程
104102
* [命令篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
105103
* [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)
106104
* [定时器教程](http://www.ruanyifeng.com/blog/2018/03/systemd-timer.html)
@@ -112,10 +110,5 @@
112110
* [Nginx日志定时备份和删除](/Nginx-Rtmp/Shell_Nginx_Log_cut.sh)
113111
* [SHELL脚本小技巧](/Nginx-Rtmp/Shell_script.md)
114112
* [Mysql 自动备份脚本安全加锁机制](/Nginx-Rtmp/backup_mysql.sh)
115-
116-
###### PHP 相关
117113
* [PHP和Shell 脚本如何很好的搭配](/PHP/php-shell_run.md)
118114

119-
#### Lua-Ngx
120-
![Markdown](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Images/Nginx-Phase.png)
121-

0 commit comments

Comments
 (0)