<?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 寻雾启示</title><link>https://zouyingjie.github.io/tags/redis/</link><description>Recent content in Redis on 寻雾启示</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 02 Jun 2018 15:03:11 +0800</lastBuildDate><atom:link href="https://zouyingjie.github.io/tags/redis/index.xml" rel="self" type="application/rss+xml"/><item><title>Redis 的数据持久化方法</title><link>https://zouyingjie.github.io/posts/redis-%E6%95%B0%E6%8D%AE%E6%8C%81%E4%B9%85%E5%8C%96%E6%96%B9%E6%B3%95/</link><pubDate>Sat, 02 Jun 2018 15:03:11 +0800</pubDate><guid>https://zouyingjie.github.io/posts/redis-%E6%95%B0%E6%8D%AE%E6%8C%81%E4%B9%85%E5%8C%96%E6%96%B9%E6%B3%95/</guid><description>&lt;p&gt;工作中经常会遇到 Redis 数据库相关的使用操作，因为其将数据存储在内存中的缘故，其数据的读写效率要远远高于数据库等方式的读写。但也因为数据存储在内存中，如果机器意外关机，就会导致数据的丢失。为了避免数据丢失造成的损失，因此就需要对 Redis 中的数据进行持久化的备份处理。本篇是对最近学习 Redis 数据持久化的一个笔记，简要介绍了 Redis 提供的 RDB (快照方式) 与 AOF (只追加文件) 两种持久化方式的使用。&lt;/p&gt;</description></item></channel></rss>