@turbasen/db-redis
v1.0.0
Published
Internal Redis wrapper for Nasjonal Turbase API
Downloads
6
Readme
@turbasen/db-redis
Internal Redis wrapper for Nasjonal Turbase API.
Getting started
Download Docker for Mac or Windows.
Run in this directory:
$ docker-compose up
Docker is now watching for changes and will run the test suite automatically.
Usage
Connects automatically to Redis using the following configurations:
REDIS_PORT_6379_TCP_ADDR
andREDIS_PORT_6379_TCP_PORT
- Default to
redis
and6379
const redis = require('redis');