Arguments
string
required
The key of the bitset
integer
required
Specify the offset at which to get the bit.
Response
The bit value stored at offset.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
const bit = await redis.getbit(key, 4);
Retrieve a single bit.
const bit = await redis.getbit(key, 4);
Was this page helpful?