redis.sadd("set", "a", "b", "c"); assert redis.smembers("set") == {"a", "b", "c"}
Return all the members of a set
Was this page helpful?