module Redis::Commands::HyperLogLog

def pfcount(*keys)

Returns:
  • (Integer) -

Parameters:
  • keys (String, Array) --
def pfcount(*keys)
  send_command([:pfcount] + keys.flatten(1))
end