{"id":50067,"library":"go-redis-redis-v8","title":"Go Redis v8","description":"A Redis client for Go, providing a robust and feature-rich interface to Redis.","status":"active","version":"8.11.5","language":"go","source_language":null,"source_url":"https://github.com/go-redis/redis","tags":["redis","database","cache","client"],"install":[{"cmd":"go get github.com/go-redis/redis/v8","lang":"bash","label":"Install github.com/go-redis/redis/v8"}],"dependencies":[],"imports":[{"symbol":"redis","correct":"github.com/go-redis/redis/v8"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/go-redis/redis/v8\"\n)\n\nfunc main() {\n\tclient := redis.NewClient(&redis.Options{Addr: \"localhost:6379\"})\n\tval, err := client.Get(context.Background(), \"key\").Result()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(val)\n}","lang":"go","description":"Connect to Redis and get a key."},"warnings":[{"fix":"Update import path and API calls according to v8 migration guide.","message":"Breaking changes from v7 to v8","severity":"breaking","affected_versions":">=8.0.0"}],"env_vars":null,"search_vec":"'cach':21 'client':6,22 'databas':20 'featur':14 'feature-rich':13 'go':1,8 'interfac':16 'provid':9 'redi':2,5,18,19 'rich':15 'robust':11 'v8':3","created_at":"2026-06-15T04:39:02.852341+00:00","updated_at":"2026-06-15T04:39:02.852341+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-redis/redis","github":"https://github.com/go-redis/redis","docs":"https://pkg.go.dev/github.com/go-redis/redis/v8#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}