Sha256: fbd110e19ea7e63ea065e14a33d27a2fc3806226e27bcdc774462ba759c968ee

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

class Redis
  class Store < self
    VERSION = '1.11.0'

    def self.redis_client_defined?
      # Doesn't work if declared as constant
      # due to unpredictable gem loading order
      # https://github.com/redis-rb/redis-client
      defined?(::RedisClient::VERSION)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-store-1.11.0 lib/redis/store/version.rb