Get all the values in a hash.
874 875 876
# File 'lib/redis/distributed.rb', line 874 def hvals(key) node_for(key).hvals(key) end