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