Status | |
---|---|
Build | |
Dependencies | |
Community |
There are different types of caching used:
- Redis for JWT invalidation
- AWS S3 for read aloud cache
- Fraud for reading mode cache
Fraud is used because we don't want reading mode data to be cached forever. It's cached in the container and would be deleted as soon as we create a new image or restart the container, which happens often enough.
- Code: MIT
- Logo and assets: Proprietary