Sha256: 9d04f0d71fcc3f13bb9b6651398543012e4f9066c585129106e120de375404f6

Contents?: true

Size: 521 Bytes

Versions: 87

Compression:

Stored size: 521 Bytes

Contents

require "redis/connection/registry"

# If a connection driver was required before this file, the array
# Redis::Connection.drivers will contain one or more classes. The last driver
# in this array will be used as default driver. If this array is empty, we load
# the plain Ruby driver as our default. Another driver can be required at a
# later point in time, causing it to be the last element of the #drivers array
# and therefore be chosen by default.
require "redis/connection/ruby" if Redis::Connection.drivers.empty?

Version data entries

87 entries across 85 versions & 14 rubygems

Version Path
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/redis-2.2.2/lib/redis/connection.rb
redis-3.0.0.rc1 lib/redis/connection.rb
yam-redis-with-retries-2.2.2.1 lib/redis/connection.rb
vanity-1.7.1 vendor/ruby/1.9.1/gems/redis-2.2.2/lib/redis/connection.rb
redis-2.2.2 lib/redis/connection.rb
redis-2.2.1 lib/redis/connection.rb
redis-2.2.0 lib/redis/connection.rb