0.13.0 • Published 6 years ago

@emeralt/database-redis v0.13.0

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

@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
}
0.13.0

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.2

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.3.0-alpha.0

6 years ago

0.2.0

6 years ago