Skip to content

Instantly share code, notes, and snippets.

@tevino

tevino/Quiz.md Secret

Last active October 29, 2018 06:11
Show Gist options
  • Save tevino/f526b18117d83a0fb7b4d1857b14051a to your computer and use it in GitHub Desktop.
Save tevino/f526b18117d83a0fb7b4d1857b14051a to your computer and use it in GitHub Desktop.

实现一个简单的 Redis 服务器

基本要求

  • 支持标准 Redis 协议和客户端,只用实现以下命令
    • GET
    • SET
    • DEL
  • 尽量少的内存占用
  • 尽量高的性能表现

加分项(基本要求满足后)

  • 支持数据持久化
  • 支持 LRU 过期

语言、框架不限,提交一个带有完整 Commit Histroy 的 Git 仓库。

@cyniczhi
Copy link

In case you want to track the progress: https://github.com/cyniczhi/z-redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment