Sha256: e2b658f4280ac4d185c9b82dc5648fcb133487a259d9c423654fb9822b9dcdd7

Contents?: true

Size: 528 Bytes

Versions: 10

Compression:

Stored size: 528 Bytes

Contents

require_relative "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_relative "connection/ruby" if Redis::Connection.drivers.empty?

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
redis-4.1.3 lib/redis/connection.rb
redis-4.1.2 lib/redis/connection.rb
redis-4.1.1 lib/redis/connection.rb
redis-4.1.0 lib/redis/connection.rb
redis-4.0.3 lib/redis/connection.rb
redis-4.1.0.beta1 lib/redis/connection.rb
redis-4.0.2 lib/redis/connection.rb
redis-4.0.1 lib/redis/connection.rb
redis-4.0.0 lib/redis/connection.rb
redis-4.0.0.rc1 lib/redis/connection.rb