<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redis on Walson Blog</title>
    <link>https://walson.de5.net/tags/redis/</link>
    <description>Recent content in Redis on Walson Blog</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <managingEditor>475166676@qq.com (Walson)</managingEditor>
    <webMaster>475166676@qq.com (Walson)</webMaster>
    <copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
    <lastBuildDate>Mon, 09 Sep 2024 10:00:00 +0800</lastBuildDate>
    <atom:link href="https://walson.de5.net/tags/redis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>高并发优惠券系统设计与防超卖方案：从理论到实战</title>
      <link>https://walson.de5.net/posts/high-concurrency-coupon/</link>
      <pubDate>Mon, 09 Sep 2024 10:00:00 +0800</pubDate><author>475166676@qq.com (Walson)</author>
      <guid>https://walson.de5.net/posts/high-concurrency-coupon/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;&#xA;&lt;p&gt;在Yato跨境电商平台的优惠券模块开发中，我们面临了一个经典的高并发问题：&lt;strong&gt;如何在保证数据一致性的前提下，支撑万级QPS的优惠券发放？&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;本文将详细记录我设计的优惠券系统架构，以及如何通过Redis预扣减、分布式锁、Lua脚本等技术手段解决超卖超领问题。&lt;/p&gt;</description>
    </item>
    <item>
      <title>多级缓存架构设计与性能优化：Redis&#43;Caffeine实战</title>
      <link>https://walson.de5.net/posts/multi-level-cache/</link>
      <pubDate>Sat, 11 Nov 2023 10:00:00 +0800</pubDate><author>475166676@qq.com (Walson)</author>
      <guid>https://walson.de5.net/posts/multi-level-cache/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;&#xA;&lt;p&gt;在短链推广平台项目中，我们面临了一个典型的读多写少场景：短链跳转查询占业务流量的绝大部分，高峰期数据库连接池频繁耗尽，查询响应时间逐渐劣化。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
