You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Currently, the project provides caching functionality for Upstash Redis through the UpstashRedisCache class. Given that Vercel KV shares the same foundational technology as Upstash Redis and there is already an implementation of VercelKVStore, it is both feasible and beneficial to implement a VercelKVCache class.
Motivation
For developers relying on Vercel’s infrastructure, there is no native support for caching with @vercel/kv, despite its similarity to Upstash Redis.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
Currently, the project provides caching functionality for Upstash Redis through the
UpstashRedisCache
class. Given that Vercel KV shares the same foundational technology as Upstash Redis and there is already an implementation ofVercelKVStore
, it is both feasible and beneficial to implement aVercelKVCache
class.Motivation
For developers relying on Vercel’s infrastructure, there is no native support for caching with @vercel/kv, despite its similarity to Upstash Redis.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions