In Redis, we can use the SMISMEMBER
command to find out whether one or more members are in a given set. It’s similar to the SISMEMBER
command, except that it allows us to check more than one member at a time.
The SMISMEMBER
command was introduced in Redis 6.2.0.