Skip to content
Compare
Choose a tag to compare
@Tirke Tirke released this 17 Aug 10:53
· 955 commits to main since this release
aca84f5

Major Changes

  • d4e0e63 Thanks @Tirke! - Changed import from default to named one

    Package 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'