Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ KeyValueStore.ts
File
KeyValueStore.ts
packages/effect/src/unstable/persistence/KeyValueStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Provides effectful key/value storage
for
persistence backends.
3
*
4
* `KeyValueStore` is a service
for
storing string or binary values by key. It
Callers
nothing calls this directly
Calls
8
clear
Method · 0.80
make
Function · 0.70
get
Method · 0.65
set
Method · 0.65
modify
Method · 0.65
remove
Method · 0.45
has
Method · 0.45
sync
Method · 0.45
Tested by
no test coverage detected