{"id":75832,"library":"chasex-redis-go-cluster","title":"Redis Go Cluster","description":"A Go client for Redis clusters supporting sharding and failover.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/chasex/redis-go-cluster","tags":["redis","cluster","client"],"install":[{"cmd":"go get github.com/chasex/redis-go-cluster","lang":"bash","label":"Install github.com/chasex/redis-go-cluster"}],"dependencies":[],"imports":[{"symbol":"rediscluster","correct":"github.com/chasex/redis-go-cluster"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/chasex/redis-go-cluster\"\n)\n\nfunc main() {\n    cluster, _ := rediscluster.NewCluster(&rediscluster.Options{\n        StartNodes: []string{\"127.0.0.1:7000\"},\n    })\n    fmt.Println(cluster)\n}","lang":"go","description":"Create a new Redis cluster client"},"warnings":[],"env_vars":null,"search_vec":"'client':6,16 'cluster':3,9,15 'failov':13 'go':2,5 'redi':1,8,14 'shard':11 'support':10","created_at":"2026-06-17T19:21:35.696363+00:00","updated_at":"2026-06-17T19:21:35.696363+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/chasex/redis-go-cluster","github":"https://github.com/chasex/redis-go-cluster","docs":"https://pkg.go.dev/github.com/chasex/redis-go-cluster#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}