Redis: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
= Tutorial = | = Tutorial = | ||
* http://www.tutorialspoint.com/redis/index.htm | * http://www.tutorialspoint.com/redis/index.htm | ||
= 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. | |||
= Examples = | = Examples = | ||
== metacran == | == metacran == | ||
https://github.com/metacran/metacranweb | https://github.com/metacran/metacranweb |
Revision as of 08:17, 4 November 2019
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.