tm-redis
v1.0.0
Published
This is a custom async redis implementation
Downloads
12
Readme
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