I have a redis set. This set can store 20 members maximum(added withSADD
command).
My problem is ; I need to update that members when needed. Members need that
Set members themselves are immutable - you can add new members or remove existing ones. That's it.
Given that a set is an unordered collection of unique members, consider the possible outcomes were set members theoretically modifiable when the new value for a member: