Sha256: 775fa4f7ff79aeb8c2156eca33a84938fd89c3946706bb5e4918b73442f194a7

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
require 'redis'

require 'rubygems'  # poor people still on 1.8
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

2 entries across 2 versions & 1 rubygems

Version Path
redis-objects-0.4.0 spec/spec_helper.rb
redis-objects-0.3.2 spec/spec_helper.rb