Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 415 Bytes

File metadata and controls

12 lines (9 loc) · 415 Bytes

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)