github.com/go-redis/redis/v8.ringShards.shards (field)

7 uses

	github.com/go-redis/redis/v8 (current package)
		ring.go#L212: 	shards   map[string]*ringShard // read only
		ring.go#L232: 		shards: shards,
		ring.go#L287: 	shard := c.shards[hash]
		ring.go#L299: 	shard := c.shards[shardName]
		ring.go#L335: 	shards := c.shards
		ring.go#L371: 	for _, shard := range c.shards {
		ring.go#L377: 	c.shards = nil