RedisDatabase.setBit

Sets or clears the bit at offset in the string value stored at key

struct RedisDatabase
bool
setBit
(
string key
,
long offset
,
bool value
)

Meta