1.0.3 • Published 5 years ago

@nelts/redis v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

@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