mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Update changelog
This commit is contained in:
parent
c89ef0aacf
commit
6a1b941a69
@ -4,12 +4,16 @@
|
||||
|
||||
## v8
|
||||
|
||||
### v8.0
|
||||
|
||||
- Documentation at https://redis.uptrace.dev/
|
||||
|
||||
- All commands require `context.Context` as a first argument, e.g. `rdb.Ping(ctx)`. If you are not
|
||||
using `context.Context` yet, the simplest option is to define global package variable
|
||||
`var ctx = context.TODO()` and use it when `ctx` is required.
|
||||
|
||||
- Full support for `context.Context` canceling.
|
||||
|
||||
- Added `redis.NewFailoverClusterClient` that supports routing read-only commands to a slave node.
|
||||
|
||||
- Added `redisext.OpenTemetryHook` that adds
|
||||
|
Loading…
x
Reference in New Issue
Block a user