type github.com/go-redis/redis/v8.Pipeliner
31 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L1068: func (c *ClusterClient) Pipeline() Pipeliner {
cluster.go#L1077: func (c *ClusterClient) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
cluster.go#L1247: func (c *ClusterClient) TxPipeline() Pipeliner {
cluster.go#L1256: func (c *ClusterClient) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
commands.go#L70: Pipeline() Pipeliner
commands.go#L71: Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
commands.go#L73: TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
commands.go#L74: TxPipeline() Pipeliner
pipeline.go#L25: type Pipeliner interface {
pipeline.go#L34: var _ Pipeliner = (*Pipeline)(nil)
pipeline.go#L118: func (c *Pipeline) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
pipeline.go#L127: func (c *Pipeline) Pipeline() Pipeliner {
pipeline.go#L131: func (c *Pipeline) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
pipeline.go#L135: func (c *Pipeline) TxPipeline() Pipeliner {
redis.go#L227: _, err := conn.Pipelined(ctx, func(pipe Pipeliner) error {
redis.go#L602: func (c *Client) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
redis.go#L606: func (c *Client) Pipeline() Pipeliner {
redis.go#L615: func (c *Client) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
redis.go#L620: func (c *Client) TxPipeline() Pipeliner {
redis.go#L719: func (c *Conn) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
redis.go#L723: func (c *Conn) Pipeline() Pipeliner {
redis.go#L732: func (c *Conn) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
redis.go#L737: func (c *Conn) TxPipeline() Pipeliner {
ring.go#L621: func (c *Ring) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
ring.go#L625: func (c *Ring) Pipeline() Pipeliner {
ring.go#L640: func (c *Ring) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
ring.go#L644: func (c *Ring) TxPipeline() Pipeliner {
tx.go#L112: func (c *Tx) Pipeline() Pipeliner {
tx.go#L125: func (c *Tx) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
tx.go#L137: func (c *Tx) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
tx.go#L142: func (c *Tx) TxPipeline() Pipeliner {
 |
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. |