Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 936 Bytes

README1.md

File metadata and controls

30 lines (28 loc) · 936 Bytes

Sharpdis

netstandard2.1

  • The purpose of this project is to use c# to implement the Redis server。
  • Project use Net 3.1, dotnetty is used as the network development framework, and resp is used as the communication protocol
  • img
  • 效果图
  • 中文

How to use ?

  • git clone git@github.com:adminoryuan/Sharpdis.git
  • run Sharpdis.app
  • use redis-cli connect

plan

  • Datastructure

  • String
  • Set
  • List
  • hash
  • zset
  • Network Module

  • RESP
  • reactor
  • log

  • Aof
  • RDB
  • cluster

  • raft