module Redis::Commands::HyperLogLog
def pfcount(*keys)
-
(Integer)
-
Parameters:
-
keys
(String, Array
) --
def pfcount(*keys) send_command([:pfcount] + keys.flatten(1)) end
(Integer)
-
keys
(String, Array
)
--
def pfcount(*keys) send_command([:pfcount] + keys.flatten(1)) end