3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go7,782 stars (7,782 stars)1,116 forks (1,116 forks)batch import
EnhancementHelp wantedWaiting for response
Description
please support Redis Cluster
Contributor guide
- Tech stack
- goredis
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 5
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Go programmingRedis basicsRedis Cluster protocol
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- Read the existing comments (3 comments) to understand previous discussion. Examine the Redis Cluster specification and how other Go clients like go redis implement support. Review the redigo client architecture in the repository to identify where cluster routing logic would be integrated.