Skip to content
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

Make cache store configurable #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

heyjorgedev
Copy link
Contributor

On my project I use Redis as my default cache store, I noticed that the package right now uses cache (the default store) to not compute the same thing all over again, but I think doing a network request to Redis is expensive, by making the cache store configurable you can optimize this to use the "file" store.

Just an idea, on my project solved it by extending the service provider and making my changes, but the package is awesome and wanted to contribute with this idea back

@heyjorgedev heyjorgedev force-pushed the configure-cache-store branch 2 times, most recently from 467f353 to 414c739 Compare March 16, 2024 13:15
@heyjorgedev
Copy link
Contributor Author

I even think that the default cache store for this package should be file but didn't want to do that change since there are already people using it

@heyjorgedev heyjorgedev force-pushed the configure-cache-store branch from 414c739 to 5d7d5b7 Compare March 20, 2024 03:54
@p-nerd
Copy link

p-nerd commented Jul 8, 2024

I am also facing this problem. We need to make the cache store configurable. Why maintainer are not merging this pull request.

@eznix86
Copy link

eznix86 commented Sep 11, 2024

Hi maintainer, is it possible to be merged ?

@boolean-lukastajic
Copy link

It's been a while, merge the PR. People are eager 😄 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants