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 33> :heart :
44> [ ** Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs] ( https://uptrace.dev )
55
6+ ## v8.11
7+
8+ - Remove OpenTelemetry metrics.
9+ - Supports more redis commands and options.
10+
611## v8.10
712
813- 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 {
235235 XPendingExt (ctx context.Context , a * XPendingExtArgs ) * XPendingExtCmd
236236 XClaim (ctx context.Context , a * XClaimArgs ) * XMessageSliceCmd
237237 XClaimJustID (ctx context.Context , a * XClaimArgs ) * StringSliceCmd
238+ XAutoClaim (ctx context.Context , a * XAutoClaimArgs ) * XAutoClaimCmd
239+ XAutoClaimJustID (ctx context.Context , a * XAutoClaimArgs ) * XAutoClaimJustIDCmd
238240
239241 // TODO: XTrim and XTrimApprox remove in v9.
240242 XTrim (ctx context.Context , key string , maxLen int64 ) * IntCmd
You can’t perform that action at this time.
0 commit comments