We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e535d7f + 7fcc1f0 commit 7e5e585Copy full SHA for 7e5e585
content/develop/data-types/sorted-sets.md
@@ -55,7 +55,7 @@ Let's start with a simple example, we'll add all our racers and the score they g
55
As you can see [`ZADD`]({{< relref "/commands/zadd" >}}) is similar to [`SADD`]({{< relref "/commands/sadd" >}}), but takes one additional argument
56
(placed before the element to be added) which is the score.
57
[`ZADD`]({{< relref "/commands/zadd" >}}) is also variadic, so you are free to specify multiple score-value
58
-pairs, even if this is not used in the example above.
+pairs, as shown in the example above.
59
60
With sorted sets it is trivial to return a list of racers sorted by their
61
birth year because actually *they are already sorted*.
0 commit comments