Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 399 Bytes

Simple-Redis

A Light-Weight Implementation of Redis

Current Features

  • REPL (Read-Eval-Print-Loop)
  • HASH-Map for storing key-value pairs

Future Implementations and Handling

  • Need to implement client-server architecture
  • Implement Event-loop for handling Blocking I/O
  • Timeout for Connections
  • More Data Structures Add-Ons (sorted-set, List, etc.)
  • Concurrency Handling