File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
> :heart :
4
4
> [ ** Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs] ( https://uptrace.dev )
5
5
6
+ ## v8.11
7
+
8
+ - Remove OpenTelemetry metrics.
9
+ - Supports more redis commands and options.
10
+
6
11
## v8.10
7
12
8
13
- Removed extra OpenTelemetry spans from go-redis core. Now go-redis instrumentation only adds a
Original file line number Diff line number Diff line change @@ -235,6 +235,8 @@ type Cmdable interface {
235
235
XPendingExt (ctx context.Context , a * XPendingExtArgs ) * XPendingExtCmd
236
236
XClaim (ctx context.Context , a * XClaimArgs ) * XMessageSliceCmd
237
237
XClaimJustID (ctx context.Context , a * XClaimArgs ) * StringSliceCmd
238
+ XAutoClaim (ctx context.Context , a * XAutoClaimArgs ) * XAutoClaimCmd
239
+ XAutoClaimJustID (ctx context.Context , a * XAutoClaimArgs ) * XAutoClaimJustIDCmd
238
240
239
241
// TODO: XTrim and XTrimApprox remove in v9.
240
242
XTrim (ctx context.Context , key string , maxLen int64 ) * IntCmd
You can’t perform that action at this time.
0 commit comments