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

1.0.3 • Public • Published

@nelts/redis

基于ioredis的nelts插件。

Usage

npm i @nelts/redis

Example

import { AutoBindRedis } from '@nelts/redis';

export default (plu: LocalMasterPlugin) => {
  plu.on('props', async configs => {
    AutoBindRedis('reids', plu, configs.redis);
  });
}

License

MIT

Copyright (c) 2019-present, yunjie (Evio) shen

Readme

Keywords

Package Sidebar

Install

npm i @nelts/redis

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

16.2 kB

Total Files

10

Last publish

Collaborators

  • evio