mirror of
https://github.com/redis/go-redis.git
synced 2025-09-07 07:47:24 +03:00
Pipeliner expose queued commands (#3496)
* Pipeliner expose queued commands Signed-off-by: Xiaolong Chen <fukua95@gmail.com> * add tests and update some comments Signed-off-by: Xiaolong Chen <fukua95@gmail.com> --------- Signed-off-by: Xiaolong Chen <fukua95@gmail.com>
This commit is contained in:
@@ -253,6 +253,7 @@ var (
|
||||
_ Cmdable = (*Tx)(nil)
|
||||
_ Cmdable = (*Ring)(nil)
|
||||
_ Cmdable = (*ClusterClient)(nil)
|
||||
_ Cmdable = (*Pipeline)(nil)
|
||||
)
|
||||
|
||||
type cmdable func(ctx context.Context, cmd Cmder) error
|
||||
|
Reference in New Issue
Block a user