Redis: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
A set is similar to a list, except it does not have a specific order and each element may only appear once. | A set is similar to a list, except it does not have a specific order and each element may only appear once. | ||
= Get a help of a command = | |||
https://redis.io/topics/rediscli | |||
<pre> | |||
help XXX | |||
</pre> | |||
= Examples = | = Examples = | ||
== metacran == | == metacran == | ||
https://github.com/metacran/metacranweb | https://github.com/metacran/metacranweb |
Revision as of 08:35, 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.
Get a help of a command
https://redis.io/topics/rediscli
help XXX