type github.com/go-redis/redis/v8.Pipeline
23 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L1069: pipe := Pipeline{
cluster.go#L1248: pipe := Pipeline{
pipeline.go#L34: var _ Pipeliner = (*Pipeline)(nil)
pipeline.go#L39: type Pipeline struct {
pipeline.go#L51: func (c *Pipeline) init() {
pipeline.go#L56: func (c *Pipeline) Do(ctx context.Context, args ...interface{}) *Cmd {
pipeline.go#L63: func (c *Pipeline) Process(ctx context.Context, cmd Cmder) error {
pipeline.go#L71: func (c *Pipeline) Close() error {
pipeline.go#L80: func (c *Pipeline) Discard() error {
pipeline.go#L87: func (c *Pipeline) discard() error {
pipeline.go#L100: func (c *Pipeline) Exec(ctx context.Context) ([]Cmder, error) {
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#L607: pipe := Pipeline{
redis.go#L621: pipe := Pipeline{
redis.go#L724: pipe := Pipeline{
redis.go#L738: pipe := Pipeline{
ring.go#L626: pipe := Pipeline{
ring.go#L645: pipe := Pipeline{
tx.go#L113: pipe := Pipeline{
tx.go#L143: pipe := Pipeline{
![]() |
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. |