{"id":49670807,"url":"https://github.com/matyama/codecrafters-redis-rust","last_synced_at":"2026-05-06T22:39:04.879Z","repository":{"id":243562850,"uuid":"812749413","full_name":"matyama/codecrafters-redis-rust","owner":"matyama","description":"Build your own Redis Codecrafters challenge and more","archived":false,"fork":false,"pushed_at":"2024-11-02T17:43:39.000Z","size":220,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T18:28:09.421Z","etag":null,"topics":["codecrafters","redis","rust"],"latest_commit_sha":null,"homepage":"https://app.codecrafters.io/courses/redis/overview","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matyama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-09T19:12:52.000Z","updated_at":"2024-11-02T17:43:43.000Z","dependencies_parsed_at":"2024-06-09T21:46:30.879Z","dependency_job_id":"8f7400cf-d91d-487a-be40-4e220a536cda","html_url":"https://github.com/matyama/codecrafters-redis-rust","commit_stats":null,"previous_names":["matyama/codecrafters-redis-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matyama/codecrafters-redis-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyama%2Fcodecrafters-redis-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyama%2Fcodecrafters-redis-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyama%2Fcodecrafters-redis-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyama%2Fcodecrafters-redis-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matyama","download_url":"https://codeload.github.com/matyama/codecrafters-redis-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyama%2Fcodecrafters-redis-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32715427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codecrafters","redis","rust"],"created_at":"2026-05-06T22:39:04.426Z","updated_at":"2026-05-06T22:39:04.873Z","avatar_url":"https://github.com/matyama.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/redis/f39295b7-126e-4300-962a-b119bb62917d)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Rust solutions to the\n[\"Build Your Own Redis\" Challenge](https://codecrafters.io/challenges/redis).\n\nIn this challenge, you'll build a toy Redis clone that's capable of handling\nbasic commands like `PING`, `SET` and `GET`. Along the way we'll learn about\nevent loops, the Redis protocol and more.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your Redis implementation is in `src/main.rs`. Study and\nuncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nThat's all!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `cargo (1.54)` installed locally\n1. Run `./spawn_redis_server.sh` to run your Redis server, which is implemented\n   in `src/main.rs`. This command compiles your Rust project, so it might be\n   slow the first time you run it. Subsequent runs will be fast.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyama%2Fcodecrafters-redis-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatyama%2Fcodecrafters-redis-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyama%2Fcodecrafters-redis-rust/lists"}