You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: course-definition.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -943,9 +943,9 @@ stages:
943
943
name: "The INFO command"
944
944
difficulty: easy
945
945
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.
947
947
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.
0 commit comments