diff --git a/docs/data-types/lists.md b/docs/data-types/lists.md index a91cd40c40..46715c9202 100644 --- a/docs/data-types/lists.md +++ b/docs/data-types/lists.md @@ -305,7 +305,7 @@ This is an example of a `BRPOP` call we could use in the worker: (2.01s) {{< /clients-example >}} -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 no element is available". Note that you can use 0 as timeout to wait for elements forever, and you can