eliza
eliza copied to clipboard
Move cache into DB
Current all cache is local file storage. This is problematic as does not allow persistence in containers.
We need to move all cache into sql tables.
- [ ] Core
- [ ] twitter client
- [ ] discord client
- [ ] telegram client
Already implemented the database cache adapters in #378