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