keyvhq
Installation
SKILL.md
keyvhq
keyvhq provides @keyvhq/core plus adapters and decorators for building a simple key-value cache with optional persistence.
Quick Start
Install core:
npm install @keyvhq/core
Use in-memory storage:
const Keyv = require('@keyvhq/core')