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