From 17ae2f70090434259ef1968e493aa0ce8c673931 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Wed, 25 Oct 2023 06:57:15 -0700 Subject: [PATCH] Minor correction to list data type page --- docs/data-types/lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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