Redis Set DataType March 14, 2023March 14, 2023 by Tyson Gill A set is a list of string which areUN-OrderedUniqueProvides standard mathematical operations likeIntersectionDifferenceUnionCan be used to check the existence of membersMax elements are 4 billion SADD / SMEMBERS SCARD SREM / SPOP SISMEMBER / SMISMEMBER SRANDMEMBER Lottery number example SMOVE SUNION / SUNIONSTORE / SDIFF / SINTER Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)