-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache Integration #116
Comments
Hi @pdrivom Yeah, this is a good idea. I'll look at adding this when I've completed the base functionality of the template. EDIT: |
Hey @seapagan, yes, should be a kinda "easy" feature to add. Good luck with your solar panels. I'm an Electric and Computers Engineer, so I can relate how personal can get wiring tasks around the house 😃 |
Hopefully. I've looked at the repo for that and there are a fair number of unmerged PRs to fix issues. I may end up forking that and merging them myself.
Ta 😃. Sparky can't come today with the Battery sadly so it's postponed. |
This may get implemented earlier than planned since most of my ideas to implement rate-limiting and blocking use Redis anyway 😁. I may get this done over the weekend. |
Update: I'm working on fixing and improving the I prefer this package as it has a very easy caching mechanism using route decorators. |
Is your feature request related to a problem? Please describe.
For larger applications with a lot of data, caching architecture can increase greatly the performance of retrieving data.
Describe the solution you'd like
On the database query layer, first check if data exists on Redis, otherwise get on Postgres.
The text was updated successfully, but these errors were encountered: