Skip to content

Commit

Permalink
feat: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Jun 14, 2024
1 parent f1bbef2 commit cc7e201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Mnemosyne is a http request caching in memory proxy API.
## Status of development
Work in progress, not functional.
### TODO
- [ ] allows to limit cache by size
- [ ] remove allocation when possible
- [ ] organize code in modules
- [ ] tracing
- [ ] tests
- [ ] benchmarks
- [ ] documentation
## Description
Mnemosyne is placed between your load balancer (ex: nginx) and your server applications that needs their requests to be cached. It will optimize the resources by caching responses and adding caching headers that will ask clients to re-use the cache locally. The cache will be expired based on activity and from manual invalidation.
## Objectives
Expand Down

0 comments on commit cc7e201

Please sign in to comment.