{"id":20433785,"url":"https://github.com/raagh/codecrafters-redis-go","last_synced_at":"2026-04-15T21:32:20.382Z","repository":{"id":87945097,"uuid":"576983785","full_name":"Raagh/codecrafters-redis-go","owner":"Raagh","description":"small redis schema implementation in go for codecrafters.io","archived":false,"fork":false,"pushed_at":"2022-12-11T16:08:31.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T01:20:56.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Raagh.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":"2022-12-11T16:07:59.000Z","updated_at":"2023-06-22T01:24:51.000Z","dependencies_parsed_at":"2023-05-22T01:15:09.327Z","dependency_job_id":null,"html_url":"https://github.com/Raagh/codecrafters-redis-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Raagh/codecrafters-redis-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fcodecrafters-redis-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fcodecrafters-redis-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fcodecrafters-redis-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fcodecrafters-redis-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raagh","download_url":"https://codeload.github.com/Raagh/codecrafters-redis-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raagh%2Fcodecrafters-redis-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":[],"created_at":"2024-11-15T08:21:11.496Z","updated_at":"2026-04-15T21:32:20.338Z","avatar_url":"https://github.com/Raagh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a starting point for Go 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 `app/server.go`. 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 `go (1.19)` installed locally\n1. Run `./spawn_redis_server.sh` to run your Redis server, which is implemented\n   in `app/server.go`.\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%2Fraagh%2Fcodecrafters-redis-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraagh%2Fcodecrafters-redis-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraagh%2Fcodecrafters-redis-go/lists"}