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