Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.35 KB

File metadata and controls

52 lines (32 loc) · 1.35 KB

redis-collection

Async utility data structure using redis.

GitHub

npm

Description

redis-collection is a powerful async utility data structure using redis.

This package was inspired by @discordjs/collection.

TODO before stable 1.x release:

  • Add type tests for all methods
  • Add cluster tests

Features

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

Install

npm install redis-collection
yarn add redis-collection
pnpm add redis-collection

Usage

import { RedisCollection } from 'redis-collection';

Contributors ✨

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