-
Notifications
You must be signed in to change notification settings - Fork 105
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
$srcache_expire is always empty #61
Comments
This also happens to other requests which don't have any |
This is how I fixed it for now.
|
@onnimonni Will you contribute a patch for this? |
I will try to. Do you have links or recommendation for the development workflow? Nginx and c++ development isn't my strongest skill but with time I'm sure I can handle this and would be happy to contribute into this module. |
@onnimonni You can check out the https://openresty.gitbooks.io/programming-openresty/content/testing/ Thanks! |
Hey!
I have been trying srcache with redis for few weeks now and today I noticed that the cache keys are not expiring automatically.
I'm using this config in local docker environment:
Then I open redis-cli to monitor incoming requests:
And where I should see
10s
because of thesrcache_max_expire
directive or0
because of theCache-Control: no-store, no-cache, must-revalidate
header instead I see""
as sent to redis.Version:
The text was updated successfully, but these errors were encountered: