Skip to content

Simple-Redis is light weight implementation of reids using C. It support storing of key-value pairs using command line REPL(Read-Eval-Print-Loop). Hash-map with custom implementation is used for storing key-value pairs.

Notifications You must be signed in to change notification settings

abhishinde24/Simple-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple-Redis is light weight implementation of reids using C. It support storing of key-value pairs using command line REPL(Read-Eval-Print-Loop). Hash-map with custom implementation is used for storing key-value pairs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages