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
![]() |
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. |