Commit 003c994
committed
feat: add Elasticsearch storage adapter
Add a new @node-ts-cache/elasticsearch-storage package that provides
an Elasticsearch-based storage backend for caching. The implementation
uses the @elastic/elasticsearch v8 client and supports:
- Basic get/set/clear operations via IAsynchronousCacheType interface
- Pre-configured client injection for advanced use cases
- Automatic document cleanup with refresh-wait semantics1 parent cea4fc3 commit 003c994
7 files changed
Lines changed: 565 additions & 2 deletions
File tree
- storages/elasticsearch
- src
- test
0 commit comments