Parent

Redis::Store

Constants

VERSION

Public Class Methods

new(options = { }) click to toggle source
# File lib/redis/store.rb, line 8
def initialize(options = { })
  super
  _extend_marshalling options
  _extend_namespace   options
end

Public Instance Methods

reconnect() click to toggle source
# File lib/redis/store.rb, line 14
def reconnect
  @client.reconnect
end
to_s() click to toggle source
# 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.