{"id":20215034,"url":"https://github.com/betterstack-community/go-redis","last_synced_at":"2026-05-05T16:32:30.801Z","repository":{"id":228989975,"uuid":"676518943","full_name":"betterstack-community/go-redis","owner":"betterstack-community","description":"Examples for using Redis in Go programs","archived":false,"fork":false,"pushed_at":"2023-08-09T11:44:37.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T11:17:32.079Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/betterstack-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-08-09T11:38:24.000Z","updated_at":"2023-12-21T08:41:04.000Z","dependencies_parsed_at":"2024-03-21T14:41:58.614Z","dependency_job_id":null,"html_url":"https://github.com/betterstack-community/go-redis","commit_stats":null,"previous_names":["betterstack-community/go-redis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/betterstack-community/go-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fgo-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fgo-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fgo-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fgo-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betterstack-community","download_url":"https://codeload.github.com/betterstack-community/go-redis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fgo-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32657555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":[],"created_at":"2024-11-14T06:19:24.613Z","updated_at":"2026-05-05T16:32:30.786Z","avatar_url":"https://github.com/betterstack-community.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using Redis in Go\n\nThis repo contains various examples of using Redis in Go. You'll learn how to\nperform the following actions:\n\n- Connect to a Redis server from your Go program.\n- Add data to a Redis database.\n- Read previously cached data in the database.\n- Update a cached value.\n- Delete a cached value.\n\n**Tutorial**:\n[Redis Caching in Go: A Beginner's Guide](https://betterstack.com/community/guides/scaling-go/redis-in-go/).\n\n## 🟢 Prerequisites\n\n- [A recent version of Go](https://go.dev/doc/install). All examples were tested\n  with Go v1.21.\n- [A recent version of Redis](https://redis.io/docs/getting-started/installation/).\n\n## 📦 Getting started\n\n- Clone this repository to your computer and `cd` into it:\n\n```bash\ngit clone https://github.com/betterstack-community/go-redis.git\ncd go-redis/\n```\n\n- Install the required dependencies:\n\n```bash\ngo mod download\n```\n\n- Follow along with the\n  [tutorial](https://betterstack.com/community/guides/scaling-go/redis-in-go/).\n\n## ⚖ License\n\nThe code used in this project and in the linked tutorial are licensed under the\n[Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fgo-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetterstack-community%2Fgo-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fgo-redis/lists"}