Back to Developer Roadmap

BITOP

src/data/roadmaps/redis/content/bitop@tkrxArg_oYH0aQfM8NkD2.md

4.0560 B
Original Source

BITOP

The BITOP command in Redis performs bitwise operations (AND, OR, XOR, and NOT) across one or more string keys, treating the strings as binary data. The result is stored in a destination key. This command is useful for manipulating and analyzing binary data directly in Redis, such as when aggregating flags or working with bitmap data structures.

Learn more from the following resources: