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