methodRedisClient.bitcountbitcount(key: KeyLike): Promise<number>;Count the number of set bits (population counting) in a string@param keyThe key to count bits in@returnsPromise that resolves with the number of bits set to 1Referenced typestype KeyLike = string | ArrayBufferView | Blob