<?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 Creaink - Build something for life</title>
    <link>https://creaink.github.io/tags/Redis.html</link>
    <description>Recent content in Redis on Creaink - Build something for life</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 11 Feb 2019 10:10:00 +0800</lastBuildDate>
    
	<atom:link href="https://creaink.github.io/tags/Redis/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Spring Boot：（四）Cache</title>
      <link>https://creaink.github.io/post/Backend/SpringBoot/Spring-boot-cache.html</link>
      <pubDate>Mon, 11 Feb 2019 10:10:00 +0800</pubDate>
      
      <guid>https://creaink.github.io/post/Backend/SpringBoot/Spring-boot-cache.html</guid>
      <description>&lt;p&gt;当请求的数量达到一定的规模，这时候频繁的数据库请求就算使用数据库集群也很难承受的了，这时候可以将一些信息存于缓存当中，避免请求直接大量的&lt;strong&gt;怼&lt;/strong&gt;到数据库上。而如何实现缓存的策略是使用&lt;strong&gt;数据库 + 缓存&lt;/strong&gt;当中的至关重要的一步，Spring Boot 对缓存的支持也是很方便的。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>