MCPcopy
hub / github.com/redis/go-redis / XPending

Method XPending

stream_commands.go:60–60  ·  view source on GitHub ↗
(ctx context.Context, stream, group string)

Source from the content-addressed store, hash-verified

58 XAck(ctx context.Context, stream, group string, ids ...string) *IntCmd
59 XNack(ctx context.Context, a *XNackArgs) *IntCmd
60 XPending(ctx context.Context, stream, group string) *XPendingCmd
61 XPendingExt(ctx context.Context, a *XPendingExtArgs) *XPendingExtCmd
62 XClaim(ctx context.Context, a *XClaimArgs) *XMessageSliceCmd
63 XClaimJustID(ctx context.Context, a *XClaimArgs) *StringSliceCmd

Callers 2

commands_test.goFile · 0.65
ExampleClient_raceitalyFunction · 0.65

Calls

no outgoing calls

Tested by 1

ExampleClient_raceitalyFunction · 0.52