class Redis::Distributed

def hmset(key, *attrs)

def hmset(key, *attrs)
  node_for(key).hmset(key, *attrs)
end