bitcount
From PHP Redis
bitcount
Description
Count bits in a string.
Parameters
key
Return value
LONG: The number of bits set to 1 in the value behind the input key.
From PHP Redis
Count bits in a string.
key
LONG: The number of bits set to 1 in the value behind the input key.