class LightRedisCache::Configuration
Attributes
hostname[RW]
port[RW]
Public Class Methods
new()
click to toggle source
# File lib/light_redis_cache/configuration.rb, line 6 def initialize @hostname = nil @port = nil end