0.13.0 • Published 5 years ago

@emeralt/database-redis v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.3.0-alpha.0

5 years ago

0.2.0

5 years ago