New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tm-redis

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tm-redis

This is a custom async redis implementation

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

  • Micheal Akinwonmi

Note

This package relies heavily on node_redis

Keywords

tm-redis

FAQs

Package last updated on 07 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts