| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-07-08 | added LREM command | alex | 1 | -1/+72 | |
| 2026-07-07 | added limit argument to KEYS | alex | 1 | -5/+6 | |
| 2026-07-07 | added KEYS command | alex | 1 | -7/+46 | |
| 2026-07-07 | DEL can now handle multiple keys | alex | 1 | -9/+9 | |
| 2026-07-07 | added DBSIZE command | alex | 1 | -0/+10 | |
| 2026-07-07 | added LPUSH command | alex | 1 | -0/+38 | |
| 2026-07-06 | added TYPE command | alex | 1 | -0/+28 | |
| 2026-07-06 | added HKEYS and HVALUES | alex | 1 | -0/+56 | |
| 2026-07-06 | added hash support | alex | 1 | -0/+91 | |
| 2026-07-06 | added struct Item and keyowrd EXPIRE so now we can track expire time of ↵ | alex | 1 | -28/+69 | |
| items in the db | |||||
| 2026-07-06 | refactored all handlers to take all args as a parameter | alex | 1 | -11/+100 | |
| 2026-07-06 | split the code into multiple files for better readability | alex | 1 | -0/+269 | |
