Skip to content

Commit

Permalink
Add support for replication handshake and command propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Feb 1, 2024
1 parent 9667de9 commit db341b6
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 50 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ test_tmp: build
$(shell pwd)/dist/main.out

copy_course_file:
hub api \
repos/codecrafters-io/build-your-own-redis/contents/course-definition.yml?ref=add-persistence-support \
gh api repos/codecrafters-io/build-your-own-redis/contents/course-definition.yml \
| jq -r .content \
| base64 -d \
> internal/test_helpers/course_definition.yml
Expand Down
Loading

0 comments on commit db341b6

Please sign in to comment.