Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 275 Bytes

@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());