Sets or clears the bit at offset in the string value stored at key
method
RedisClient.setbit
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Sets or clears the bit at offset in the string value stored at key
The key to modify
The bit offset (zero-based)
The bit value to set (0 or 1)
Promise that resolves with the original bit value stored at offset