We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I know that the keys are supposed to expire after some time, but I was wondering if there were some kind of mechanism to manually expire an entry ?
Thank you !
The text was updated successfully, but these errors were encountered:
I don't have much experience with this project/package, but based on what I saw, they utilize regular key: value pairs to provide caching (see some key formatting rules in the docs: https://pypi.org/project/fastapi-redis-cache/#:~:text=two%20hours%22%7D-,Cache%20Keys,-Consider%20the%20/get_user).
My solution to manually invalidate/expire caching entry would be to delete the key by calling the Redis command itself.
Sorry, something went wrong.
No branches or pull requests
Hi there,
I know that the keys are supposed to expire after some time, but I was wondering if there were some kind of mechanism to manually expire an entry ?
Thank you !
The text was updated successfully, but these errors were encountered: