> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vn/vdb/memorystore-database-service-mds.md).

# MemoryStore Database Service (MDS)

**vDB MemoryStore Database Service (MDS)** gồm các hệ lưu trữ dữ liệu trên bộ nhớ (in-memory) quen thuộc với bạn như:

* Redis: 4.0, 5.0, 6.2, 7.2.
* Memcached (coming soon)

**Sơ đồ hoạt động của MDS**

<figure><img src="/files/yjjtlpB589qOEVIxH7bD" alt=""><figcaption></figcaption></figure>

## Redis Standalone

Triển khai Redis đơn giản với 1 Master và tối đa 5 Replica. Phù hợp cho dev, staging và workload vừa.

* [Khởi tạo MDS Instance](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-standalone/khoi-tao-mds-instance.md)
* [Kết nối MDS Instance](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-standalone/ket-noi-mds-instance.md)
* [Quản lý thông tin MDS Instance](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-standalone/quan-ly-thong-tin-mds-instance.md)
* [Quản lý cấu hình MDS Instance](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-standalone/quan-ly-cau-hinh-mds-instance.md)
* [Sao lưu MDS Instance](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-standalone/sao-luu-mds-instance.md)

## Redis Cluster

Triển khai Redis với High Availability, tự động failover và tích hợp vBackup. Phù hợp cho production.

* [Redis Cluster](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-cluster.md) — Kiến trúc và khái niệm
* [Khởi tạo Redis Cluster](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-cluster/khoi-tao-redis-cluster.md) — Hướng dẫn tạo mới
* [Quản lý Redis Cluster](/vng-cloud-document/vn/vdb/memorystore-database-service-mds/redis-cluster/quan-ly-redis-cluster.md) — Topology, scaling, backup, xóa cluster


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vn/vdb/memorystore-database-service-mds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
