hubot-brain-redis-hash
v0.3.0
Published
Hubot brain that uses hset and hget instead of storing everything as one giant blob
Downloads
7
Readme
hubot-brain-redis-hash
Hubot brain that uses hset and hget instead of storing everything as one giant blob
Getting Started
- Install the module:
npm install --save hubot-brain-redis-hash
- Add it
hubot-brain-redis-hash
to your external-scripts.json file in your hubot directory - Profit
Configuration (optional)
export REDISTOGO_URL="redis://localhost:6379"
Release History
0.1.3 - 2016-09-10
- Added REDIS_PREFIX env config - Thanks @erikzaadi
0.2.0 - 2017-09-09
- Updates to most libraries/deps
- Added REDISCLOUD_URL env config - Thanks @actionshrimp - #18
License
Copyright (c) 2013 Gavin Mogan Licensed under the MIT license.