BITOP
Introduction
In Dragonfly, as well as in Redis and Valkey, the BITOP command is used to perform bitwise operations between multiple keys and store the result in a destination key.
It supports operations like AND, OR, XOR, and NOT.
This command is crucial for handling binary data and performing efficient bulk bitwise operations.