high-concurrent-actual
  • Introduction
  • 分布式锁实现方案
    • 分布式锁介绍
    • 基于redis(一)
    • 基于redis(二)
    • 基于zookeeper
    • 分布式锁的应用场景
    • 分布式锁方案比较
  • 分布式事务解决方案
    • LCN解决分布式事务
    • 分布式相关的解决方案介绍
    • 消息队列解决方案
    • TCC解决方案
    • 本地消息表解决方案
    • SpringBoot实现分布式事务
    • SpringCloudAlibaba - 阿里分布式事务Seata
    • SpringCloudAlibaba - 阿里RocketMQ
    • RabbitMQ消息队列的分布式事务解决方案
  • 分布式系统校验解决方案
    • 分布式Session
    • JWT方式
    • 单点登录框架
  • 互联网高可用架构分析
  • 分布式订单流水号生成策略
Powered by GitBook
On this page
  • 目录
  • 参考

Was this helpful?

分布式锁实现方案

目录

  • 分布式锁介绍

  • 基于redis(一)

  • 基于redis(二)

  • 基于zookeeper

  • 分布式锁的应用场景

  • 分布式锁方案比较

参考

https://www.cnblogs.com/wade-luffy/p/5812335.html

PreviousIntroductionNext分布式锁介绍

Last updated 5 years ago

Was this helpful?