type github.com/go-redis/redis/v8.cmdsMap
11 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L1133: func (c *ClusterClient) mapCmdsByNode(ctx context.Context, cmdsMap *cmdsMap, cmds []Cmder) error {
cluster.go#L1173: ctx context.Context, node *clusterNode, cmds []Cmder, failedCmds *cmdsMap,
cluster.go#L1196: failedCmds *cmdsMap,
cluster.go#L1220: ctx context.Context, cmd Cmder, err error, failedCmds *cmdsMap,
cluster.go#L1331: ctx context.Context, node *clusterNode, cmds []Cmder, failedCmds *cmdsMap,
cluster.go#L1367: failedCmds *cmdsMap,
cluster.go#L1407: failedCmds *cmdsMap,
cluster.go#L1688: type cmdsMap struct {
cluster.go#L1693: func newCmdsMap() *cmdsMap {
cluster.go#L1694: return &cmdsMap{
cluster.go#L1699: func (m *cmdsMap) Add(node *clusterNode, cmds ...Cmder) {
 |
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. |