Add Redis to cache queries #23
sdomingobasora
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
As long as this does not extend the complexity for the MVP, I would probably do it. Otherwise, I think it should be something to add once the application has been finished, as an add-on. Basically becasue it is not a functional requirement. Nonetheless, I'm open to it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
After the last class (23rd November), @manerow @plozanol and I discussed whether we could implement a basic cache using Redis/Memcache.
The main goal would be for the user to have very quick access to their previous queries (or commands they've executed), including their result even, so that they could save a few roundtrips to the database if this information is requested again.
However, this feature may not be needed, and may add complexity at some point.
How do you guys feel about this?
Beta Was this translation helpful? Give feedback.
All reactions