self
# File lib/redis/store.rb, line 8 def initialize(options = { }) super _extend_marshalling options _extend_namespace options end
# File lib/redis/store.rb, line 14 def reconnect @client.reconnect end
# File lib/redis/store.rb, line 18 def to_s "Redis Client connected to #{@client.host}:#{@client.port} against DB #{@client.db}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.