Commands

BITCOUNT

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

Read more

BITFIELD

Performs arbitrary bitfield integer operations on strings.

Read more

BITFIELD_RO

Performs arbitrary read-only bitfield integer operations on strings.

Read more

BITOP

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

Read more

BITPOS

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

Read more

SETBIT

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

Read more