# File lib/redis/distributed.rb, line 790
    def pfadd(key, member)
      node_for(key).pfadd(key, member)
    end