Description This is an EventMachine based client for Redis. It implements the new unified request protocol. Install Install rvm rvm install ruby-1.9.2 rvm use ruby-1.9.2 bundle install --path vendor Starting start redis bundle exec rspec spec/*