Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 245 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 245 Bytes

Blueis

A very basic implementation of redis server compatible with redis-cli.

Features:

  • TCP server running on port 6379.
  • Handles concurrent requests.
  • Communication via RESP protocol.
  • Handles ping, echo, set and get commands.