class Redis::Distributed

def node_for(key)

def node_for(key)
  key = key_tag(key.to_s) || key.to_s
  raise CannotDistribute, :watch if @watch_key && @watch_key != key
  @ring.get_node(key)
end