<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Redis分布式锁 on Mengboy 技术笔记</title>
    <link>https://www.mfun.ink/tags/redis%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81/</link>
    <description>Recent content in Redis分布式锁 on Mengboy 技术笔记</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 03 Jun 2023 21:10:31 +0800</lastBuildDate>
    <atom:link href="https://www.mfun.ink/tags/redis%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>redis分布式锁</title>
      <link>https://www.mfun.ink/2023/06/03/redis-lua-lock/</link>
      <pubDate>Sat, 03 Jun 2023 21:10:31 +0800</pubDate>
      <guid>https://www.mfun.ink/2023/06/03/redis-lua-lock/</guid>
      <description>&lt;p&gt;分布式锁主要解决分布式系统中并发更新安全问题，单机服务的话很简单直接使用语言自身的锁就可以了，现在随便一个服务基本上都是多台机器部署的，只是语言自身的锁就不满足需求了，因为它只能锁本台机器，管不了其他机器，这时候就需要分布式锁了，下面介绍下基于redis分布式锁的实现。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
