Skip to content

Commit

Permalink
feat: Add support for responding to the INFO command as a master
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Jan 15, 2025
1 parent 097df28 commit 9bf0601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf0601

Please sign in to comment.