type github.com/go-redis/redis/v8.ClusterSlot
11 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L52: ClusterSlots func(context.Context) ([]ClusterSlot, error)
cluster.go#L446: nodes *clusterNodes, slots []ClusterSlot, origin string,
command.go#L1647: type ClusterSlot struct {
command.go#L1656: val []ClusterSlot
command.go#L1670: func (cmd *ClusterSlotsCmd) Val() []ClusterSlot {
command.go#L1674: func (cmd *ClusterSlotsCmd) Result() ([]ClusterSlot, error) {
command.go#L1684: cmd.val = make([]ClusterSlot, n)
command.go#L1737: cmd.val[i] = ClusterSlot{
result.go#L135: func NewClusterSlotsCmdResult(val []ClusterSlot, err error) *ClusterSlotsCmd {
sentinel.go#L693: opt.ClusterSlots = func(ctx context.Context) ([]ClusterSlot, error) {
sentinel.go#L714: slots := []ClusterSlot{
![]() |
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. |