0.0.2 • Published 1 year ago
@fethcat/store v0.0.2
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)
Install package:
yarn add @fethcat/store
Use module:
import { Store } from '@fethcat/store'
export const redisStore = new Store()
await redisStore.initClient(settings.redis)