2.1.1 • Published 2 years ago

starbot-store-redis v2.1.1

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

starbot-store-redis NPM version Build Status

About

Store module for StarBot

Installation

$ npm install --save starbot-store-redis

Options

Using redis. All options are proxied to redis.createClient.

const StoreRedis = require('starbot-store-redis');

const store = new StoreRedis({
  host: 'localhost', // default 'localhost'
  port: 6379, // default 6379
  user: 'user',
  password: 'password',
  db: 0, // default 0
  prefix: 'botName',
});

License

MIT © antitim

2.1.1

2 years ago

2.1.0

6 years ago

2.0.0

7 years ago

1.0.0

7 years ago