Sha256: dea248720300d892cc7b11141614c778a7c8185e13918d7384ac8bd45d58ae24

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

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

$redis = Redis.new(:host => ENV['REDIS_HOST'], :port => ENV['REDIS_PORT'])

UNIONSTORE_KEY = 'test:unionstore'
INTERSTORE_KEY = 'test:interstore'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-objects-0.2.1 spec/spec_helper.rb