- [x] Implement key expiration - [x] Background job for key expiration - [x] Add tests to key expiration - [ ] Implement AOF (Append Only File) logging - [ ] Implement more Redis commands - [ ] Add support for lists and sets - [ ] Add configuration file support - [ ] Performance benchmarking suite - [ ] Add clustering support (not sure) Improvements - [ ] Process connections using an asynchronous pattern like io_uring/kqueue instead of spamming a thread per request.
Improvements