Sha256: 7c3537c5bcb3be8457889695b4af28196f18d97085ca9626af75d8cb132529b3

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

class Redis2
  module Connection

    # Store a list of loaded connection drivers in the Connection module.
    # Redis2::Client uses the last required driver by default, and will be aware
    # of the loaded connection drivers if the user chooses to override the
    # default connection driver.
    def self.drivers
      @drivers ||= []
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis2-namespaced-3.0.7.1 lib/redis2/connection/registry.rb
redis2-namespaced-3.0.7 lib/redis2/connection/registry.rb