class Redis::Distributed

def hvals(key)

Get all the values in a hash.
def hvals(key)
  node_for(key).hvals(key)
end