@anchan828/nest-cache-manager-memory
TypeScript icon, indicating that this package has built-in type declarations

2.0.78 • Public • Published

@anchan828/nest-cache-manager-memory

npm NPM

Description

Memory store for node-cache-manager. This store adds a function compatible with Redis hash commands. However, do not expect performance.

Installation

$ npm i --save @anchan828/nest-cache-manager-memory

Quick Start

import { memoryStore } from "@anchan828/nest-cache-manager-memory";
import { caching } from "cache-manager";

caching({
  store: memoryStore,
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @anchan828/nest-cache-manager-memory

Weekly Downloads

304

Version

2.0.78

License

MIT

Unpacked Size

7.21 kB

Total Files

9

Last publish

Collaborators

  • anchan828