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

Method XAck

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

Source from the content-addressed store, hash-verified

56 XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *IntCmd
57 XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd
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

Callers 2

commands_test.goFile · 0.65
ExampleClient_raceitalyFunction · 0.65

Calls

no outgoing calls

Tested by 1

ExampleClient_raceitalyFunction · 0.52