Shaper-fox / hugoblogtalks

hugo博客评论
0 stars 0 forks source link

post/base-redis-distributedlock/ #1

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

浅谈基于redis的分布式锁 - Wallis

一、介绍 这篇博文讲介绍如何一步步构建一个基于Redis的分布式锁。会从最原始的版本开始,然后根据问题进行调整,最后完成一个较为合理的分布式锁

https://bomir.top/post/base-redis-distributedlock/

Shaper-fox commented 3 years ago

尝试一下评论功能是不是可以~

Bicomir commented 3 years ago

为什么实现分布式锁Zookeeper比redis分布式锁 要好一些?

Bicomir commented 3 years ago

评论模块似乎有可能延迟加载出来,有一点问题

Shaper-fox commented 3 years ago

生成新样式后样子有点怪异

Bicomir commented 3 years ago

为什么实现分布式锁Zookeeper比redis分布式锁 要好一些?

而zk得的缺点就是:如果有较多的客户端频繁的申请加锁/释放锁,对于zk集群的压力会比较大;