@hokify/node-ts-cache-redis-storage
v2.0.1
Published
Simple and extensible caching module supporting decorators
Downloads
9
Maintainers
Readme
@hokify/node-ts-cache-redius-storage
Redis Storage module for node-ts-cache
import { Cache, ExpirationStrategy } from "@hokify/node-ts-cache";
import RedisStorage from 'node-ts-cache-redis-storage';
const myStrategy = new ExpirationStrategy(new RedisStorage());