Skip to content

Instantly share code, notes, and snippets.

@tonybruess
Created April 18, 2013 23:41
Show Gist options
  • Select an option

  • Save tonybruess/5417058 to your computer and use it in GitHub Desktop.

Select an option

Save tonybruess/5417058 to your computer and use it in GitHub Desktop.
redis-rb.rb
require "rubygems"
require "redis"
REDIS = Redis.new(:host => "localhost")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment