forked from mirror/redis
Update changelog
This commit is contained in:
parent
d7ac7cdcab
commit
3d8a511ecc
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
- WrapProcess is replaced with more convenient AddHook that has access to context.Context.
|
- WrapProcess is replaced with more convenient AddHook that has access to context.Context.
|
||||||
- WithContext no longer creates shallow copy.
|
- WithContext no longer creates shallow copy.
|
||||||
|
- New methods ProcessContext, DoContext, and ExecContext.
|
||||||
|
- Client respects Context.Deadline when setting net.Conn deadline.
|
||||||
|
- Client listens on Context.Done while waiting for a connection from the pool.
|
||||||
|
|
||||||
## v6.15
|
## v6.15
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue