2.0.0 • Published 7 months ago

@feathermint/redis-connect v2.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
7 months ago

@feathermint/redis-connect

Utility function to establish and verify a connection to Redis.

Installation

Install the package with:

npm install @feathermint/redis-connect

Usage

import * as redis from "@feathermint/redis-connect";

async function client(url) {
    return await redis.connect(url);
}
2.0.0

7 months ago

1.0.0

12 months ago