{"id":40420225,"url":"https://github.com/ofersadan85/codecrafters-redis","last_synced_at":"2026-01-20T15:06:56.050Z","repository":{"id":305966854,"uuid":"1024322101","full_name":"ofersadan85/codecrafters-redis","owner":"ofersadan85","description":"Rust implementation of Redis - via CodeCrafters","archived":false,"fork":false,"pushed_at":"2025-07-22T22:03:13.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-23T00:14:27.662Z","etag":null,"topics":["codecrafters","codecrafters-redis","redis","rust"],"latest_commit_sha":null,"homepage":"https://app.codecrafters.io/r/shiny-manatee-124274","language":"Rust","has_issues":true,"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/ofersadan85.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,"zenodo":null}},"created_at":"2025-07-22T14:14:33.000Z","updated_at":"2025-07-22T22:03:17.000Z","dependencies_parsed_at":"2025-07-23T00:14:32.351Z","dependency_job_id":"9aad6abb-7789-4cc6-b3e1-d7f6ee389500","html_url":"https://github.com/ofersadan85/codecrafters-redis","commit_stats":null,"previous_names":["ofersadan85/codecrafters-redis"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ofersadan85/codecrafters-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fcodecrafters-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fcodecrafters-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fcodecrafters-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fcodecrafters-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofersadan85","download_url":"https://codeload.github.com/ofersadan85/codecrafters-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofersadan85%2Fcodecrafters-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","codecrafters-redis","redis","rust"],"created_at":"2026-01-20T15:06:55.980Z","updated_at":"2026-01-20T15:06:56.028Z","avatar_url":"https://github.com/ofersadan85.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/redis/44cfa8d1-2f3f-4f93-9cae-b9c60ba39c4f)](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 commit -am \"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.88)` installed locally\n1. Run `./your_program.sh` to run your Redis server, which is implemented in\n   `src/main.rs`. This command compiles your Rust project, so it might be slow\n   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%2Fofersadan85%2Fcodecrafters-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofersadan85%2Fcodecrafters-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofersadan85%2Fcodecrafters-redis/lists"}