Skip to content

Commit

Permalink
Update Redis client communication description
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jan 23, 2024
1 parent fdc7f6a commit 3e51b7c
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 @@ -81,8 +81,8 @@ stages:
description_md: |-
Welcome to the Build your own Redis challenge! Now that you've got your repository setup, it's time to start building your Redis server.
Redis clients use the [TCP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) protocol to communicate with a Redis
server.
Redis clients use the [TCP protocol](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) to communicate with a Redis
server. TCP is the same underlying protocol that's used by HTTP, SSH and many other protocols that you're probably familiar with.
To implement a Redis server, we'll start with implementing a TCP server. Don't worry if you're unfamiliar with the TCP protocol, or what Redis
clients & servers are. You'll learn more about this in the next stages.
Expand Down

0 comments on commit 3e51b7c

Please sign in to comment.