From 120d973548542cfd791b0be33eed1b37cdeaf57a Mon Sep 17 00:00:00 2001 From: mmitoraj Date: Mon, 20 Jan 2025 14:56:24 +0100 Subject: [PATCH] Fix a link --- examples/redis-scaler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis-scaler/README.md b/examples/redis-scaler/README.md index 9403b951..d9923b66 100644 --- a/examples/redis-scaler/README.md +++ b/examples/redis-scaler/README.md @@ -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.