Sha256: 8be355ee86f0bf1a361feb41d001351d157f124fb34c5c23c599725046fc0f13
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 Bytes
Contents
require 'rubygems' # poor people still on 1.8 $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib') require 'redis' require 'bacon' Bacon.summary_at_exit $redis = Redis.new(:host => ENV['REDIS_HOST'], :port => ENV['REDIS_PORT']) UNIONSTORE_KEY = 'test:unionstore' INTERSTORE_KEY = 'test:interstore' DIFFSTORE_KEY = 'test:diffstore'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-objects-0.4.1 | spec/spec_helper.rb |