Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Oct 8, 2023
1 parent f872f7b commit 6b601db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ stages:
- `*2\r\n` indicates that the array has two elements
- `$3\r\ndir\r\n` indicates that the first element is a bulk string with the value `dir`
- `$16\r\n/tmp/redis-files\r\n` indicates that the second element is a bulk string with the value `/tmp/redis-files`
**Note**: If your repository was created before 5th Oct 2023, it's possible that your `./spawn_redis_server.sh` script
might not be passing arguments on to your program. You'll need to edit `./spawn_redis_server.sh` to fix this, check
[this PR](https://github.com/codecrafters-io/build-your-own-redis/pull/89/files) for details.
marketing_md: |
In this stage, you'll add support for reading the config values related to where RDB files are stored. You'll implement the `CONFIG GET` command.
Expand Down

0 comments on commit 6b601db

Please sign in to comment.