Skip to content

Commit 9bf0601

Browse files
committed
feat: Add support for responding to the INFO command as a master
1 parent 097df28 commit 9bf0601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,9 @@ stages:
943943
name: "The INFO command"
944944
difficulty: easy
945945
description_md: |
946-
In this stage, you'll add support for the [INFO](https://redis.io/commands/info/) command.
946+
In this stage, you'll add support for responding to the [INFO](https://redis.io/commands/info/) command as a master.
947947
948-
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.
948+
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.
949949
950950
### The replication section
951951

0 commit comments

Comments
 (0)