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
For all other supported stores, the default TTL is 300 seconds.
v4 document ref
in Apollo v3 apollo-server-redis-cache lib default ttl is 300 secs
apollo-server-redis-cache
class BaseRedisCache { constructor(options) { this.defaultSetOptions = { ttl: 300, }; ... } }
but default ttl 300 secs is not found in Apollo v4 keyv related library. Maybe this document description should be fix
https://www.apollographql.com/docs/apollo-server/performance/apq#adjusting-cache-time-to-live-ttl
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
v4 document ref
in Apollo v3
apollo-server-redis-cache
lib default ttl is 300 secsbut default ttl 300 secs is not found in Apollo v4 keyv related library. Maybe this document description should be fix
Link to Reproduction
https://www.apollographql.com/docs/apollo-server/performance/apq#adjusting-cache-time-to-live-ttl
Reproduction Steps
No response
The text was updated successfully, but these errors were encountered: