denoland / denoland/deploy_feedback
[KV Feedback]: Check for keys existence without values
Open
kv
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### 🔍
- [ ] Did you search for existing issues?
### Type of feedback
Feature request
### Description
I'm trying to keep a cache fresh without using up my KV reads. Right now whenever I use `get` or `list` I get the value as well which uses up my read quota. Would be great if I could just see if the key(s) are there.
### Steps to reproduce (if applicable)
_No response_
### Expected behavior (if applicable)
_No response_
### Possible solution (if applicable)
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.