Sha256: 4ed5df737f6dc41fd55680c11ad758e7fc5c88a4ccd6e0ad019d60c564d9a15a

Contents?: true

Size: 556 Bytes

Versions: 6

Compression:

Stored size: 556 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/redis-4.8.1/lib/redis/connection.rb
redis-4.8.1 lib/redis/connection.rb
redis-4.8.0 lib/redis/connection.rb
redis-4.7.1 lib/redis/connection.rb
redis-4.7.0 lib/redis/connection.rb
redis-4.6.0 lib/redis/connection.rb