Skip to content

PaNDa2code/Redis-like-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis-like-db

Redis-Like-DB is a simple, in-memory key-value database implemented in C. It offers basic functionality similar to Redis, allowing for fast storage and retrieval of data.

TODO:

  • basic GET and SET
  • PX expiry data
  • on-time data deletion to efficiently manage memory.
  • Polymorphism support
  • hash data types (HGET, HSET )
  • Configuration support (CONFIG)

About

In-memory key-value database implemented in C

Resources

Stars

Watchers

Forks