Skip to content

Releases: Tirke/node-cache-manager-stores

@tirke/[email protected]

17 Aug 10:53
aca84f5
Compare
Choose a tag to compare

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'

@tirke/[email protected]

17 Aug 08:18
ff4e4c1
Compare
Choose a tag to compare

Patch Changes

@tirke/[email protected]

17 Aug 08:02
d46e1fe
Compare
Choose a tag to compare

Patch Changes

@tirke/[email protected]

08 Aug 23:27
Compare
Choose a tag to compare

Patch Changes