View gist:900fd71065a9aa11bac7d241dfbf64ae
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am clarkorz on github. | |
* I am clarkorz (https://keybase.io/clarkorz) on keybase. | |
* I have a public key ASATxSIiNGE-9RNwxAHMFzF3TijzHr6jwqlUumcvRnSh_Qo | |
To claim this, I am signing this object: |
View index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// api/hooks/redis/index.js | |
module.exports = function(sails) { | |
"use strict"; | |
/** | |
* Module dependencies. | |
*/ | |
var redis = require('then-redis'); |