# 第6章 Redis数据持久化操作

- [6.1 Redis持久化机制概述](https://redis.sai.show/di-6-zhang-redis-shu-ju-chi-jiu-hua-cao-zuo/6.1-redis-chi-jiu-hua-ji-zhi-gai-shu.md)
- [6.2 AOF持久化机制实战](https://redis.sai.show/di-6-zhang-redis-shu-ju-chi-jiu-hua-cao-zuo/6.2-aof-chi-jiu-hua-ji-zhi-shi-zhan.md)
- [6.3 RDB持久化机制实战](https://redis.sai.show/di-6-zhang-redis-shu-ju-chi-jiu-hua-cao-zuo/6.3-rdb-chi-jiu-hua-ji-zhi-shi-zhan.md)
- [6.4 如何选用持久化方式](https://redis.sai.show/di-6-zhang-redis-shu-ju-chi-jiu-hua-cao-zuo/6.4-ru-he-xuan-yong-chi-jiu-hua-fang-shi.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://redis.sai.show/di-6-zhang-redis-shu-ju-chi-jiu-hua-cao-zuo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
