Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 472 Bytes

redis-go

This is build your own Redis project which creates a Redis server:

  • A TCP server that bind on and listen to port 6379 (the default port that Redis uses)
  • Handle concurrent Redis clients
  • Implement RESP protocol to support the following commands: