# 分布式缓存

> 缓存服务器常见的有Memcached和Redis，Redis更轻量级，适用小数据，比如Json/String。Memcached更适用大文件，比如短视频

## 1. requirements

## Reference

* <https://www.infoq.com/articles/netflix-global-cache/>
* <https://www.1point3acres.com/bbs/thread-1097035-1-1.html>
* [Distributed Counter System Design](https://systemdesign.one/distributed-counter-system-design/)
* [【造轮子】用C++造一个基于LSM的列存KV存储引擎 - 跑路的文章 - 知乎](https://zhuanlan.zhihu.com/p/603555528)
* <https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf>


---

# 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://longxingtan.gitbook.io/mle-interview/03_system/02_system/distributed_cache.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.
