<div align="center">

# redis-collection

**Async utility data structure using redis.**

[![GitHub](https://img.shields.io/github/license/Sofi-Tech/Redis-Collection)](https://github.com/Sofi-Tech/Redis-Collection/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/Sofi-Tech/Redis-Collection/branch/main/graph/badge.svg?token=token)](https://codecov.io/gh/Sofi-Tech/Redis-Collection)
[![npm](https://img.shields.io/npm/v/redis-collection?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/redis-collection)

</div>

## Steps after creating a repo with this template

1. Find and replace all instances of `template` with the package name.
2. remove `true ||` from workflows
3. Ensure branch protection is on
4. Enable Codecov for the repository
5. Remove this section from the README

## Description

A description of the package.

Read Full Documentation [here](https://template.js.org/).

## Features

-   Written In Typescript
-   Offers CJS, ESM and UMD builds
-   Full TypeScript & JavaScript support

## Install

You can use the following command to install this package, or replace npm install with your package manager of choice.

```bash
npm i redis-collection
```

## Usage

```ts
import { fn } from 'template';
```

## Contributors ✨

Thank you to all the people who already contributed to Sofi-Tech!

<a href="https://github.com/Sofi-Tech/Redis-Collection/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=Sofi-Tech/Redis-Collection" />
</a>
