mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Propagate context in Pipeline
This commit is contained in:
@ -42,9 +42,7 @@ func appendArgs(dst, src []interface{}) []interface{} {
|
||||
}
|
||||
}
|
||||
|
||||
for _, v := range src {
|
||||
dst = append(dst, v)
|
||||
}
|
||||
dst = append(dst, src...)
|
||||
return dst
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user