Redis
Jump to navigation
Jump to search
Web sites
Tutorial
set vs list
https://redis.io/topics/data-types
A set is similar to a list, except it does not have a specific order and each element may only appear once.
https://redis.io/topics/data-types
A set is similar to a list, except it does not have a specific order and each element may only appear once.