Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created August 30, 2015 20:10
Show Gist options
  • Select an option

  • Save bcoe/662a72c1c5f64eb5739f to your computer and use it in GitHub Desktop.

Select an option

Save bcoe/662a72c1c5f64eb5739f to your computer and use it in GitHub Desktop.
shiny.js
// 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