Skip to content

codecrafters-io/redis-tester

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2024
Mar 28, 2024
Oct 28, 2024
May 6, 2024
Oct 17, 2024
Sep 21, 2023
Sep 19, 2024
Sep 19, 2024
Sep 27, 2023
Dec 13, 2018
Jan 10, 2022

Repository files navigation

Redis Challenge Tester

This is a program that validates your progress on the Redis challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission
    • CODECRAFTERS_TEST_CASES_JSON - test cases in JSON format

User code requirements

  • A binary named spawn_redis_server.sh that spins up the Redis server.
  • A file named codecrafters.yml, with the following values:
    • debug