We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ed7a1b + 17ae2f7 commit edcc598Copy full SHA for edcc598
docs/data-types/lists.md
@@ -305,7 +305,7 @@ This is an example of a `BRPOP` call we could use in the worker:
305
(2.01s)
306
{{< /clients-example >}}
307
308
-It means: "wait for elements in the list `tasks`, but return if after 5 seconds
+It means: "wait for elements in the list `bikes:repairs`, but return if after 5 seconds
309
no element is available".
310
311
Note that you can use 0 as timeout to wait for elements forever, and you can
0 commit comments