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

feat(community): Add TTL support to UpstashRedisCache #7422

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Zamoca42
Copy link
Contributor

Ref to #7377

This PR adds support for setting a Time-To-Live (TTL) value in the UpstashRedisCache JavaScript implementation. This feature allows users to define expiration times for cached items, aligning the functionality with the Python version of UpstashRedisCache.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 23, 2024
Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Dec 23, 2024 3:05pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Dec 23, 2024 3:05pm

@dosubot dosubot bot added the auto:improvement Medium size change to existing code to handle new use-cases label Dec 23, 2024
Copy link
Collaborator

@jacoblee93 jacoblee93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@dosubot dosubot bot added the lgtm PRs that are ready to be merged as-is label Dec 24, 2024
@jacoblee93 jacoblee93 merged commit 1200ec9 into langchain-ai:main Dec 24, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement Medium size change to existing code to handle new use-cases lgtm PRs that are ready to be merged as-is size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants