Tirke
released this
17 Aug 10:53
·
955 commits
to main
since this release
Major Changes
-
d4e0e63
Thanks @Tirke! - Changed import from default to named onePackage was previously imported as a default import
import RedisStore from '@tirke/cache-manager-ioredis'
This could lead to some difficulties when transpiling and importing with require in node.
The package is now exporting a new named import
import { IoRedisStore } from '@tirke/cache-manager-ioredis'