codecrafters-io / redis-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 95.1%Language:Makefile 4.1%Language:Python 0.5%Language:Shell 0.3%