This is a custom async redis implementation
npm install tm-redistm-redis
===========
tm-redis - This is a custom redis package for TM30
json
"dependencies": {
"tm-redis": "~0.1.3" // see the "releases" section
}
`
`npm install tm-redis`
Requirements
``dotenv
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
``
`javascript
const cache = require('tm-redis')({
//options compatible with node_redis
});
`$3
#### Cli
`bash
npm install
npm test
``
#### Contributors
#### Note
This package relies heavily on node_redis