const bit = await redis.getbit(key, 4);

Arguments

key
string
required

The key of the bitset

offset
integer
required

Specify the offset at which to get the bit.

Response

The bit value stored at offset.

const bit = await redis.getbit(key, 4);