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