# File lib/redis.rb, line 2646 def pfcount(*keys) synchronize do |client| client.call([:pfcount] + keys) end end