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