{"id":31779417,"url":"https://github.com/cooco119/codecrafters-redis-go","last_synced_at":"2026-07-30T04:31:01.516Z","repository":{"id":126805732,"uuid":"332048896","full_name":"cooco119/codecrafters-redis-go","owner":"cooco119","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-22T19:57:54.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-08T09:01:26.993Z","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/cooco119.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":"2021-01-22T19:57:05.000Z","updated_at":"2024-06-19T08:38:47.107Z","dependencies_parsed_at":"2023-06-18T03:45:51.670Z","dependency_job_id":null,"html_url":"https://github.com/cooco119/codecrafters-redis-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/cooco119/codecrafters-redis-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooco119%2Fcodecrafters-redis-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooco119%2Fcodecrafters-redis-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooco119%2Fcodecrafters-redis-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooco119%2Fcodecrafters-redis-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cooco119","download_url":"https://codeload.github.com/cooco119/codecrafters-redis-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cooco119%2Fcodecrafters-redis-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003181,"owners_count":26083533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-10T07:46:28.324Z","updated_at":"2025-10-10T07:46:34.428Z","avatar_url":"https://github.com/cooco119.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 signup for early access.\n\n# Usage\n\n1. Ensure you have `go (1.13)` 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\n# Passing the first stage\n\nCodeCrafters runs tests when you do a `git push`. Make an empty commit and push\nyour solution to see the first stage fail.\n\n```sh\ngit commit --allow-empty -m \"Running tests\"\ngit push origin master\n```\n\nYou should see a failure message that says it wasn't able to connect to port\n`6379`.\n\nGo to `app/server.go` and uncomment the server implementation. Commit and push\nyour changes, and you'll now see the first stage pass.\n\nTime to move on to the next stage!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooco119%2Fcodecrafters-redis-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcooco119%2Fcodecrafters-redis-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcooco119%2Fcodecrafters-redis-go/lists"}