D
Deno
M
Deno
β’
3y ago
β’
5 replies
martpet
Prefix Kv keys with a base part
Currently I add
base()
base()
to all keys
:
kv.set([base(), "foo"], value)
kv.set([base(), "foo"], value)
Instead of manually adding
base()
base()
to every key
, could there be a way to have it added by default
, for all Kv methods
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
KV watch prefix?
M
Michael Francis / help
2y ago
Purging Kv keys
H
Hexagon / help
3y ago
KV multimap / unordered keys search
F
foobar / help
2y ago
get length for KV list via prefix?
N
nocksock / help
3y ago