Sha256: 5f85f7b16228f8b8ec9497fae63e70f2906c4c6227732422473d15adf8861b0e
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
class Redis class Store < self # Official version + `.x` VERSION = '1.9.2.1' 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-pika-1.9.2.1 | lib/redis/store/version.rb |