<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RDB on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/rdb/</link><description>Recent content in RDB on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 07 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/rdb/index.xml" rel="self" type="application/rss+xml"/><item><title>Intermediate Topics: Persistence and Data Durability</title><link>https://ai-blog.noorshomelab.dev/redis-guide/persistence-and-durability/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/persistence-and-durability/</guid><description>&lt;p&gt;Redis is primarily an in-memory data store, which gives it its incredible speed. However, memory is volatile; if the Redis server crashes or is shut down, all data in memory would be lost. To prevent this, Redis offers &lt;strong&gt;persistence mechanisms&lt;/strong&gt; that allow you to save your dataset to disk. This chapter will delve into the two main persistence options: &lt;strong&gt;RDB (Redis Database Backup)&lt;/strong&gt; and &lt;strong&gt;AOF (Append-Only File)&lt;/strong&gt;, and discuss best practices for data durability.&lt;/p&gt;</description></item></channel></rss>