Emeralt database plugin to store packages in Redis
Using npm:
npm install @emeralt/database-redis
or using yarn:
yarn add @emeralt/database-redis
new EmeraltDatabaseRedis(options)
type Options = {
// connection options
redis?: RedisOptions
// string to prefix paths with
// allows to create isolated namespaces
prefix?: string
}