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

[Feature Request] Bypass Redis cache on demand #365

Open
lolliweb opened this issue Oct 14, 2022 · 1 comment
Open

[Feature Request] Bypass Redis cache on demand #365

lolliweb opened this issue Oct 14, 2022 · 1 comment

Comments

@lolliweb
Copy link

lolliweb commented Oct 14, 2022

Is there a way to bypass the redis cache for a php script and request directly the mysql database (use case: multiple update then select actions. With redis enabled, the cache does not have the updated values. And I don't want to flush the cache while the php script is running)?
Thanks.

@kporras07
Copy link
Contributor

kporras07 commented Oct 14, 2022

Hi,
I created an internal ticket to investigate this properly. In the meantime, any info that you could provide on your use case would be really appreciated (e.g. what functions you're using, what queries you're running, how do you retrieve the cached values later, how do you currently workaround this issue).

Thanks!

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

No branches or pull requests

2 participants