Redis: Difference between revisions

From 太極
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 09: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

Examples

metacran

https://github.com/metacran/metacranweb