Skip to content

Commit

Permalink
Fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitoraj committed Jan 20, 2025
1 parent 7e1470d commit 120d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redis-scaler/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Scenario

This example realizes the scaling of jobs based on the size of [list](https://redis.io/docs/data-types/lists/) in Redis.
This example realizes the scaling of jobs based on the size of [list](https://redis.io/docs/latest/develop/data-types/#lists) in Redis.
When scheduled, each job pops a message from the list and stops.
Additionally, there is a function that awaits HTTP traffic and populates messages to the Redis list.

Expand Down

0 comments on commit 120d973

Please sign in to comment.