Skip to content

Commit 6d65cc0

Browse files
authored
Add Redis protocol concept slug for ECHO command implementation
1 parent 75739d8 commit 6d65cc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

course-definition.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ stages:
277277
tester_source_code_url: "https://github.com/codecrafters-io/redis-tester/blob/a58b9d58b33870fe26a164c0e323f809275a7250/internal/test_ping_pong.go#L56"
278278

279279
- slug: "qq0"
280+
concept_slugs:
281+
[
282+
"redis-serialization-protocol"
283+
]
280284
name: "Implement the ECHO command"
281285
difficulty: medium
282286
marketing_md: |-

0 commit comments

Comments
 (0)