Skip to content

Commit 60a3f15

Browse files
authored
Refine course definition text for better clarity
Updated wording for clarity and conciseness in course content.
1 parent 2c2654c commit 60a3f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ marketing:
5555
* Handling multiple clients concurrently
5656
* Implementing the `SET` and `GET` commands to store and retrieve data.
5757
58-
At this stage, your Redis will already feel real. You'll be able to connect with the official `redis-cli`, store data, and retrieve it.
58+
At this stage, your Redis will already feel real, and you'll be able to interact with the official `redis-cli`.
5959
6060
As you progress, you'll implement advanced features like:
6161
* Redis replication
@@ -68,7 +68,7 @@ marketing:
6868
- question_markdown: "What exactly will I learn?"
6969
answer_markdown: |-
7070
In the first 7 stages, you'll learn:
71-
* How a TCP server binds to a port and accepts connections (it’s not magic!)
71+
* How a TCP server binds to a port and accepts connections
7272
* What the Redis Protocol (RESP) is, and how to parse/encode messages
7373
* How to handle multiple clients concurrently
7474
* How to implement commands like `PING`, `ECHO`, `SET`, and `GET`

0 commit comments

Comments
 (0)