Module set

Module set 

Source
Expand description

Command builders for Redis Set operations

Structsยง

SAddCommand
Represents the SADD command.
SCardCommand
Represents the SCARD command.
SIsMemberCommand
Represents the SISMEMBER command.
SMembersCommand
Represents the SMEMBERS command.
SPopCommand
Represents the SPOP command.
SRandMemberCommand
Represents the SRANDMEMBER command.
SRemCommand
Represents the SREM command.