Skip to content

Releases: Tirke/node-cache-manager-stores

@tirke/node-cache-manager-mongodb@1.7.0

14 Feb 10:40
26a1956
Compare
Choose a tag to compare

Minor Changes

  • add option to configure a custom database name (#526)

@tirke/node-cache-manager-mongodb@1.6.0

30 Jan 21:09
1a6b1da
Compare
Choose a tag to compare

Minor Changes

  • Can now specify a custom collection name. (406c1424c37916131fa4dcf1cb355a0e3b5b360b)
    Default collection name will remain cache if unspecified.

    import { caching } from "cache-manager";
    
    import { mongoDbStore } from "./node-cache-manager-mongodb";
    
    const mongoCache = await caching(mongoDbStore, {
      url: "mongodb://localhost:27017",
      collectionName: "custom-collection-name",
      mongoConfig: { auth: { password: "<password>", username: "<user>" } },
    });

@tirke/node-cache-manager-mongodb@1.5.0

28 Dec 21:33
a6334f6
Compare
Choose a tag to compare

@tirke/node-cache-manager-mongodb@1.4.0

28 Dec 20:47
306ed79
Compare
Choose a tag to compare

@tirke/node-cache-manager-ioredis@3.6.0

28 Dec 21:33
a6334f6
Compare
Choose a tag to compare

@tirke/node-cache-manager-ioredis@3.5.0

28 Dec 20:47
306ed79
Compare
Choose a tag to compare

@tirke/node-cache-manager-mongodb@1.3.0

08 Jun 07:41
4f19778
Compare
Choose a tag to compare

Minor Changes

  • Include READMEs and fixed provenance statement (32729e1)

@tirke/node-cache-manager-ioredis@3.4.0

08 Jun 07:41
4f19778
Compare
Choose a tag to compare

Minor Changes

  • Include READMEs and fixed provenance statement (32729e1)

@tirke/node-cache-manager-mongodb@1.2.0

07 Jun 14:45
03ad990
Compare
Choose a tag to compare

Minor Changes

  • Generate provenance status (d3686c0)

@tirke/node-cache-manager-ioredis@3.3.0

07 Jun 14:45
03ad990
Compare
Choose a tag to compare

Minor Changes

  • Generate provenance status (d3686c0)