# File lib/redis/distributed_store.rb, line 29 def get(key, options = nil) node_for(key).get(key, options) end
# File lib/redis/distributed_store.rb, line 17 def nodes ring.nodes end
# File lib/redis/distributed_store.rb, line 21 def reconnect nodes.each {|node| node.reconnect } end
Generated with the Darkfish Rdoc Generator 2.