From 9bf060105bfedb1d5970e06f8ab5c8d437c40da7 Mon Sep 17 00:00:00 2001 From: Andy Li <1450947+andy1li@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:17:16 +0800 Subject: [PATCH] feat: Add support for responding to the INFO command as a master --- course-definition.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course-definition.yml b/course-definition.yml index 95c0384..6e6d7a6 100644 --- a/course-definition.yml +++ b/course-definition.yml @@ -943,9 +943,9 @@ stages: name: "The INFO command" difficulty: easy description_md: | - In this stage, you'll add support for the [INFO](https://redis.io/commands/info/) command. + In this stage, you'll add support for responding to the [INFO](https://redis.io/commands/info/) command as a master. - The `INFO` command returns information and statistics about a Redis server. In this stage, we'll add support for the `replication` section of the `INFO` command as a master. + The `INFO` command returns information and statistics about a Redis server. In this stage, we'll add support for the `replication` section of the `INFO` command. ### The replication section