makers-storage
Originally fromtencentedgeone/edgeone-makers-tools
Installation
SKILL.md
KV Storage
EdgeOne Pages KV is a globally distributed key-value persistent storage service deployed across multiple edge nodes. Data follows an eventual consistency model and synchronizes globally within 60 seconds.
⚠️ KV Storage is only available in Edge Functions — NOT supported in Node Functions.
Prerequisites (MUST complete before using KV)
You must enable KV Storage in the EdgeOne Pages console before writing any code.
Step 1 — Enable KV Storage
- Log in to the EdgeOne Pages console
- Navigate to the "KV Storage" page
- Click "Apply Now" to activate (free tier includes 1 GB storage)
Step 2 — Create a Namespace
A namespace is the unit of data isolation (like a separate database):