-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
This is contingent on there being a localStorage cache adapter for NDK.
Local Storage
- Cache profiles
- Cache notes
In Memory
- Cache profiles
- Cache notes
NDKCacheAdapter:
https://github.com/nostr-dev-kit/ndk/blob/master/src/cache/index.ts
Example implementation (Redis):
https://github.com/nostr-dev-kit/ndk-cache-redis/blob/master/src/index.ts