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.
- basic
GETandSET -
PXexpiry data - on-time data deletion to efficiently manage memory.
- Polymorphism support
- hash data types (
HGET,HSET) - Configuration support (
CONFIG)