Commands

BITCOUNT

Counts the number of set bits (population counting) in a string.

Learn more →
Read more

BITFIELD

Performs arbitrary bitfield integer operations on strings.

Learn more →
Read more

BITFIELD_RO

Performs arbitrary read-only bitfield integer operations on strings.

Learn more →
Read more

BITOP

Performs bitwise operations on multiple strings, and stores the result.

Learn more →
Read more

BITPOS

Finds the first set (1) or clear (0) bit in a string.

Learn more →
Read more

GETBIT

Returns a bit value by offset.

Learn more →
Read more

SETBIT

Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.

Learn more →
Read more