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