mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
autopipeline playground
This commit is contained in:
@@ -166,6 +166,7 @@ func isEmptyValue(v reflect.Value) bool {
|
||||
}
|
||||
|
||||
type Cmdable interface {
|
||||
AutoPipeline() *AutoPipeliner
|
||||
Pipeline() Pipeliner
|
||||
Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user