1.0.10 • Published 6 years ago

rcc-core v1.0.10

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

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

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago