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

key expiration support for vercel-kv driver #266

Closed
1 task done
Tracked by #262
azophy opened this issue Jul 7, 2023 · 1 comment · Fixed by #269
Closed
1 task done
Tracked by #262

key expiration support for vercel-kv driver #266

azophy opened this issue Jul 7, 2023 · 1 comment · Fixed by #269
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@azophy
Copy link
Contributor

azophy commented Jul 7, 2023

Describe the feature

From what I found, current vercel-kv driver for unstorage does not provide ttl option. Meanwhile the @vercel/kv library does provide this option.

https://vercel.com/docs/storage/vercel-kv/kv-reference#set-example

I'm trying to follow the interface used by existing redis driver and implement it in vercel-kv driver. If there are no one working on this, I'm willing to help

my WIP: https://github.com/azophy/unstorage

Additional information

  • Would you be willing to help implement this feature?
@pi0
Copy link
Member

pi0 commented Jul 8, 2023

PR is welcome 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants