A wrapper around Keyv(hq) with support for tags

0 stars 0 forks 0 watchers TypeScript MIT License
4 Open Issues Need Help Last updated: Sep 17, 2025

Open Issues Need Help

View All on GitHub
documentation enhancement help wanted good first issue

A wrapper around Keyv(hq) with support for tags

TypeScript

AI Summary: The `getByTag` method is currently inefficient for tags with many associated keys, leading to high memory usage and slow responses. The issue proposes enhancing it with pagination (limit/offset) for fetching data in chunks and exploring server-side filtering capabilities to improve performance, scalability, and flexibility.

Complexity: 3/5
enhancement help wanted good first issue

A wrapper around Keyv(hq) with support for tags

TypeScript

AI Summary: The library currently lacks a method to list all unique tags in use, which limits discoverability and dynamic operations. The proposed solution is to add an `async getAllTags(): Promise<string[]>` method to the `TaggedKeyv` class that queries the underlying tag store and returns a de-duplicated array of all active tags.

Complexity: 2/5
enhancement help wanted good first issue

A wrapper around Keyv(hq) with support for tags

TypeScript
enhancement help wanted good first issue

A wrapper around Keyv(hq) with support for tags

TypeScript