/store

Primary LanguageTypeScript

Store

Usage

Install package:

yarn add @fethcat/store

Use module:

import { Store } from '@fethcat/store'

export const redisStore = new Store()

await redisStore.initClient(settings.redis)