class Redis::Distributed

def hincrby(key, field, increment)

def hincrby(key, field, increment)
  node_for(key).hincrby(key, field, increment)
end