1.0.4 • Published 6 years ago

redis-handler-nt v1.0.4

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

RedisHandler

This module handles a simple connection to Redis DB server.

Installation

$ npm install redis-handler-nt --save

Usage

  • connect(config)

Example of config

  {
    "host": "127.0.0.1",
    "port": "6379"
  }

See the allowed properties on the official documentation https://www.npmjs.com/package/redis#rediscreateclient.

  • getClient()

Get the client redis object.

Then, you just need to call this function in the files that will use it.