class Redis::Distributed

def hget(key, field)

def hget(key, field)
  node_for(key).hget(key, field)
end