Documentation ¶
Index ¶
- func ClusterClient_processPipeline(c *ClusterClient, ctx context.Context, cmds []redis.Cmder) error
- func ClusterClient_processTxPipeline(c *ClusterClient, ctx context.Context, cmds []redis.Cmder) error
- func WrapClusterClient_processPipeline(c *ClusterClient, ctx context.Context, cmds []redis.Cmder) error
- func WrapClusterClient_processTxPipeline(c *ClusterClient, ctx context.Context, cmds []redis.Cmder) error
- func WrapbaseClientgeneralProcessPipeline(c *baseClient, ctx context.Context, cmds []redis.Cmder, p pipelineProcessor) error
- func WrapbaseClientprocess(c *baseClient, ctx context.Context, cmd redis.Cmder) error
- func WrapbaseClientprocessPipeline(c *baseClient, ctx context.Context, cmds []redis.Cmder) error
- func WrapredisNewClusterClient(opt *redis.ClusterOptions) *redis.ClusterClient
- type ClusterClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapbaseClientprocess ¶
func WrapredisNewClusterClient ¶ added in v0.0.3
func WrapredisNewClusterClient(opt *redis.ClusterOptions) *redis.ClusterClient
Types ¶
type ClusterClient ¶
type ClusterClient struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.