Created
August 30, 2015 20:10
-
-
Save bcoe/662a72c1c5f64eb5739f to your computer and use it in GitHub Desktop.
shiny.js
This file contains hidden or 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
| // no need for redis-url any longer, this: | |
| this.redis = require('redis-url').connect(opts.redis); | |
| // simply becomes, this: | |
| this.redis = require('redis').createClient(opts.redis); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment