# 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](https://github.com/vngcloud/docs/blob/main/Vietnamese/vdb/memorystore-database-service-mds/redis-cluster/redis-cluster.md) — Kiến trúc và khái niệm
* [Khởi tạo Redis Cluster](https://github.com/vngcloud/docs/blob/main/Vietnamese/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](https://github.com/vngcloud/docs/blob/main/Vietnamese/vdb/memorystore-database-service-mds/redis-cluster/quan-ly-redis-cluster.md) — Topology, scaling, backup, xóa cluster


---

# 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://docs.vngcloud.vn/vng-cloud-document/vn/vdb/memorystore-database-service-mds.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.
