tm-redis

1.0.0 • Public • Published

tm-redis

tm-redis - This is a custom redis package for TM30

Installation

"dependencies": {
  "tm-redis": "~0.1.3" // see the "releases" section
}

npm install tm-redis

Requirements

REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
const cache = require('tm-redis')({
    //options compatible with node_redis
});

Tests

Cli

npm install
npm test

Contributors

Note

This package relies heavily on node_redis

Package Sidebar

Install

npm i tm-redis

Weekly Downloads

5

Version

1.0.0

License

ISC

Unpacked Size

4.16 kB

Total Files

4

Last publish

Collaborators

  • tm30tech