Skip to content

Conversation

@jcbsfilho
Copy link
Collaborator

  • Add new KV package with Redis-like client interface
  • Implement dual provider strategy (native and API)
  • Add automatic provider detection based on runtime environment
  • Implement core operations: get, getWithMetadata, set, delete
  • Add Redis-compatible methods: hSet, HSET, hGetAll, HGETALL, hVals, HVALS
  • Add support for metadata and expiration options
  • Export KV package in main package.json with CommonJS and ESM support

- Add new KV package with Redis-like client interface
- Implement dual provider strategy (native and API)
- Add automatic provider detection based on runtime environment
- Implement core operations: get, getWithMetadata, set, delete
- Add Redis-compatible methods: hSet, HSET, hGetAll, HGETALL, hVals, HVALS
- Add support for metadata and expiration options
- Export KV package in main package.json with CommonJS and ESM support
@jcbsfilho jcbsfilho requested a review from a team as a code owner January 21, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants