type github.com/go-redis/redis/v8.clusterNodes
14 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L249: type clusterNodes struct {
cluster.go#L261: func newClusterNodes(opt *ClusterOptions) *clusterNodes {
cluster.go#L262: return &clusterNodes{
cluster.go#L270: func (c *clusterNodes) Close() error {
cluster.go#L292: func (c *clusterNodes) Addrs() ([]string, error) {
cluster.go#L314: func (c *clusterNodes) NextGeneration() uint32 {
cluster.go#L319: func (c *clusterNodes) GC(generation uint32) {
cluster.go#L346: func (c *clusterNodes) Get(addr string) (*clusterNode, error) {
cluster.go#L375: func (c *clusterNodes) get(addr string) (*clusterNode, error) {
cluster.go#L388: func (c *clusterNodes) All() ([]*clusterNode, error) {
cluster.go#L403: func (c *clusterNodes) Random() (*clusterNode, error) {
cluster.go#L435: nodes *clusterNodes
cluster.go#L446: nodes *clusterNodes, slots []ClusterSlot, origin string,
cluster.go#L670: nodes *clusterNodes
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |