class Redis::Distributed

def mapped_hmset(key, hash)

def mapped_hmset(key, hash)
  node_for(key).hmset(key, hash)
end