const originalBit = await redis.setbit(key, 4, 1);
Set a single bit in a string.
Was this page helpful?