RedisIO Storage module for node-ts-cache
import { Cache, ExpirationStrategy } from "@hokify/node-ts-cache";
import RedisIOStorage from 'node-ts-cache-redisio-storage';
const myStrategy = new ExpirationStrategy(new RedisIOStorage());
all timeout values are in SECONDS