@feathermint/redis-connect
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@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);
}

/@feathermint/redis-connect/

    Package Sidebar

    Install

    npm i @feathermint/redis-connect

    Weekly Downloads

    0

    Version

    2.0.0

    License

    GPL-3.0-or-later

    Unpacked Size

    40.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • 0xfeathermint