Skip to content

Commit

Permalink
Merge pull request redis#2584 from dwdougherty/master
Browse files Browse the repository at this point in the history
Minor correction to list data type page
  • Loading branch information
dmaier-redislabs committed Oct 25, 2023
2 parents 9ed7a1b + 17ae2f7 commit edcc598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-types/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edcc598

Please sign in to comment.