Arguments
str
required
The key of the bitset
int
required
Specify the offset at which to set the bit.
0 | 1
required
The bit to set
Response
The original bit value stored at offset.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
original_bit = redis.setbit(key, 4, 1)
Set a single bit in a string.
original_bit = redis.setbit(key, 4, 1)
Was this page helpful?