Type definitions for redis adapters and a handful of Redis constants for the 'redis-client-cache' module
npm install rcc-coreMain module:
- rcc-core.js
This module is exported as a Node.js module.
Using npm:
``bash`
$ npm i --save rcc-core
* To use the rcc-core module`js``
const rccCore = require('rcc-core');
assert(rccCore);
See the package source for more details.