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.
support Redis Cluster · gomodule/redigo#386 | Good First Issue