解决高并发环境下Redis连接超时与超卖问题

时间:2021-10-22 17:40:58
【文件属性】:
文件名称:解决高并发环境下Redis连接超时与超卖问题
文件大小:4.83MB
文件格式:ZIP
更新时间:2021-10-22 17:40:58
redis 这个Demo演示了使用redis乐观锁机制解决高并发环境下出现连接超时与超卖(库存出现负数)情况的解决办法。
【文件预览】:
解决高并发环境下Redis连接超时与超卖问题.txt
src
----com()
--------atguigu()
.idea
----artifacts()
--------web_war_exploded.xml(495B)
----misc.xml(4KB)
----workspace.xml(16KB)
----description.html(36B)
----encodings.xml(196B)
----modules.xml(261B)
----.gitignore(184B)
----project-template.xml(231B)
----scopes()
--------scope_settings.xml(143B)
----copyright()
--------profiles_settings.xml(115B)
web
----WEB-INF()
--------lib()
--------web.xml(694B)
----index.jsp(1KB)
----script()
--------jquery()
Seckill.iml
out
----artifacts()
--------web_war_exploded()
----production()
--------Seckill()

网友评论