1.0.0 • Published 3 years ago

tm-redis v1.0.0

Weekly downloads
55
License
ISC
Repository
-
Last release
3 years ago

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

1.0.0

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago