# File lib/redis/distributed.rb, line 671
    def hvals(key)
      node_for(key).hvals(key)
    end