Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 261 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 261 Bytes

fake-redis-rs

简单的实现redis协议的Server,为了熟悉rust语言

支持的命令

  • SET
  • GET
  • HSET
  • HGET
  • HDEL
  • DEL

测试

  • 使用redis-cli
  • 各语言的客户端库,如php的predis