mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Client TxPipeline method should also return a Pipeliner
This commit is contained in:
@ -71,7 +71,7 @@ var _ = Describe("pipelining", func() {
|
||||
|
||||
Describe("TxPipeline", func() {
|
||||
BeforeEach(func() {
|
||||
pipe = client.TxPipeline()
|
||||
pipe = client.TxPipeline().(*redis.Pipeline)
|
||||
})
|
||||
|
||||
assertPipeline()
|
||||
|
Reference in New Issue
Block a user