SET key value - Set key to hold string valueGET key - Get value of keyDEL key - Delete keyEXPIRE key seconds - Set key expiration timeTTL key - Get time to live for keyPERSIST key - Remove expiration from keyMETRICS - Get Prometheus-compatible metricsPosted Aug 16, 2025
Developed a Redis-inspired in-memory key-value store in C++.
0
2