Simple cache built into ValTown #150
Xkonti
started this conversation in
Feature Request
Replies: 1 comment
-
Yeah, makes sense. You could imagine a "installable" val that could setup the tables and the interval to clear the cache on the schedule. You could also imagine a first-class redis (a la upstash or something) connection in Val Town. I'm open minded. Let's see what usage patterns emerge and go from there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
To have a simple caching solution (key-value store) that is natively integrated into ValTown. Something like the Blob Storage, SQLite DB, sending emails, etc. Something that doesn't require ANY setup.
Why
It's 100% possible to use the SQLite as cache. I even made Val's that achieve that and work pretty well: xkonti/cache. The problem is that it requires 2 additional setup steps:
Benefits
Beta Was this translation helpful? Give feedback.
All reactions