Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Latest commit

 

History

History

emeralt-database-redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@emeralt/database-redis

Emeralt database plugin to store packages in Redis

Install

Using npm:

npm install @emeralt/database-redis

or using yarn:

yarn add @emeralt/database-redis

Usage

new EmeraltDatabaseRedis(options)

Options

type Options = {
  // connection options
  redis?: RedisOptions

  // string to prefix paths with
  // allows to create isolated namespaces
  prefix?: string
}