Learn R Programming

rredis (version 1.7.0)

redisBitCount: Redis BITCOUNT - count all bits in key

Description

Count the number of set bits (population counting) in a string.

Usage

redisBitCount(key)

Arguments

key
redis key

Value

the counted bits as an integer value