rcc-core
v1.0.10
Published
Type definitions for redis adapters and a handful of Redis constants for the 'redis-client-cache' module
Downloads
8
Readme
rcc-core v1.0.10
Type definitions for redis adapters and a handful of Redis constants for the 'redis-client-cache' module.
Main module:
- rcc-core.js
This module is exported as a Node.js module.
Installation
Using npm:
$ npm i --save rcc-core
Usage
- To use the
rcc-core
module
const rccCore = require('rcc-core');
assert(rccCore);
Unit tests
This module's unit tests were developed with and must be run with tape. The unit tests have been tested on Node.js v6.10.3.
See the package source for more details.
Changes
See CHANGES.md