@celerity-sdk/cache
v0.3.1
Published
Cache abstraction for the Celerity Node SDK (ElastiCache / Memorystore / Azure Cache for Redis)
Readme
@celerity-sdk/cache
Cache abstraction for the Celerity Node SDK.
Provides a unified CacheClient interface for working with managed cache services across cloud providers:
- AWS:Amazon ElastiCache
- GCP:Google Cloud Memorystore
- Azure:Azure Cache for Redis
Installation
pnpm add @celerity-sdk/cacheInstall the cache client as a peer dependency:
pnpm add ioredisStatus
This package is a stub:the interface and provider implementations are planned but not yet implemented.
Part of the Celerity Framework
See celerityframework.io for full documentation.
