1.0.1 • Published 7 years ago

@grial/connector-redis v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@grial/connector-redis

Grial datasource connector for Redis.

Required enviroment variables

  • REDIS_HOST => the Redis database host (default: localhost)
  • REDIS_PORT => the Redis database port (default: 6379)

Usage

Install it

npm i @grial/connector-redis

Add it to your connectors.js files

exports.redis = require('@grial/connector-redis')

API

It use the redis package and it return a connection instance.