Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 324 Bytes

使用Go语言实现的简易Redis服务器。 已实现的功能包括:

  • 与redis client建立TCP连接
  • 密码认证
  • RESP2协议解析
  • Zset、String、List、Set、BitMap、Generic、System部分命令

待优化项:

  • 跳表数据结构优化
  • zipList实现

没打算实现的功能:

  • 事务
  • 集群
  • 哨兵