Mingfun Wong

Results 1 comments of Mingfun Wong

It's adapter for radis 4.0.4 You can replace ```import { RedisDefaultStore } from 'axios-cache-adapter'``` with ```import RedisDefaultStore from './RedisDefaultStore';```. RedisDefaultStore.ts ```ts import { RedisClientType } from 'redis'; import { RedisDefaultOptions...